diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-16 10:15:41 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:56:35 +0000 |
commit | ed1ea719dd4ccd7de791f42351124fad075f7d0b (patch) | |
tree | 29862824cf66459dca4945b2caf9d5dbc27fa920 /editor | |
parent | d38d5414fc1001b2a4699eb15a578d09bf12877b (diff) | |
download | UXP-ed1ea719dd4ccd7de791f42351124fad075f7d0b.tar UXP-ed1ea719dd4ccd7de791f42351124fad075f7d0b.tar.gz UXP-ed1ea719dd4ccd7de791f42351124fad075f7d0b.tar.lz UXP-ed1ea719dd4ccd7de791f42351124fad075f7d0b.tar.xz UXP-ed1ea719dd4ccd7de791f42351124fad075f7d0b.zip |
Issue #80 - De-unify editor/composer
Diffstat (limited to 'editor')
-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; |