diff options
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; |