diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-16 10:15:41 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-16 10:15:41 +0000 |
commit | ccf009f75abe46f91f86903f256f2705967150ed (patch) | |
tree | a02e7668c64423473b53ae150b36b2db3d23f1ec | |
parent | 37fa3e81e7d34b651d6196a428ab604661bb0eef (diff) | |
download | aura-central-ccf009f75abe46f91f86903f256f2705967150ed.tar.gz |
Issue mcp-graveyard/UXP%80 - De-unify editor/composer
-rw-r--r-- | editor/composer/moz.build | 2 | ||||
-rw-r--r-- | editor/composer/nsEditingSession.h | 1 |
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; |