summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-16 10:15:41 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-16 10:15:41 +0000
commitccf009f75abe46f91f86903f256f2705967150ed (patch)
treea02e7668c64423473b53ae150b36b2db3d23f1ec /editor
parent37fa3e81e7d34b651d6196a428ab604661bb0eef (diff)
downloadaura-central-ccf009f75abe46f91f86903f256f2705967150ed.tar.gz
Issue mcp-graveyard/UXP%80 - De-unify editor/composer
Diffstat (limited to 'editor')
-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;