summaryrefslogtreecommitdiffstats
path: root/editor/composer
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2020-05-17 23:01:10 -0400
committerGitHub <noreply@github.com>2020-05-17 23:01:10 -0400
commit3da22ea943f6e7840558ddd1e4b473bef5837873 (patch)
treead80870d05fd88bcc9c2f6c4b9ee7f55105640b5 /editor/composer
parenta20f130def0352d04744e6208aa2cf7cddbcbe91 (diff)
parenta5d2b713035b7a2fe03c633c9fce1f0e0f197d29 (diff)
downloadUXP-3da22ea943f6e7840558ddd1e4b473bef5837873.tar
UXP-3da22ea943f6e7840558ddd1e4b473bef5837873.tar.gz
UXP-3da22ea943f6e7840558ddd1e4b473bef5837873.tar.lz
UXP-3da22ea943f6e7840558ddd1e4b473bef5837873.tar.xz
UXP-3da22ea943f6e7840558ddd1e4b473bef5837873.zip
Merge pull request #1553 from MoonchildProductions/deunify_editor
Deunify editor
Diffstat (limited to 'editor/composer')
-rw-r--r--editor/composer/moz.build2
-rw-r--r--editor/composer/nsEditingSession.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/editor/composer/moz.build b/editor/composer/moz.build
index 4db8c9130..0c972923c 100644
--- a/editor/composer/moz.build
+++ b/editor/composer/moz.build
@@ -14,7 +14,7 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'composer'
-UNIFIED_SOURCES += [
+SOURCES += [
'nsComposerCommands.cpp',
'nsComposerCommandsUpdater.cpp',
'nsComposerController.cpp',
diff --git a/editor/composer/nsEditingSession.h b/editor/composer/nsEditingSession.h
index 6772d3a96..a40f45e2d 100644
--- a/editor/composer/nsEditingSession.h
+++ b/editor/composer/nsEditingSession.h
@@ -27,6 +27,7 @@
#include "nsString.h" // for nsCString
+class nsPIDOMWindowOuter;
class mozIDOMWindowProxy;
class nsIDOMWindow;
class nsISupports;