Bug 561085 - Bustage fix. a=bustage

This commit is contained in:
Josh Matthews 2010-10-19 11:44:31 -04:00
parent f90219471a
commit 812c0770da
3 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,9 @@ XPIDL_MODULE = necko_wyciwyg
GRE_MODULE = 1
FORCE_STATIC_LIB = 1
ifdef MOZ_IPC
EXPORTS_NAMESPACES = mozilla/net
endif
XPIDLSRCS = \
nsIWyciwygChannel.idl \

View File

@ -131,7 +131,7 @@ private:
friend class WyciwygStopRequestEvent;
};
bool
inline bool
WyciwygChannelChild::IsSuspended()
{
return false;

View File

@ -36,6 +36,7 @@
* ***** END LICENSE BLOCK ***** */
#include "nsWyciwyg.h"
#include "nscore.h"
#if defined(PR_LOGGING)
PRLogModuleInfo *gWyciwygLog = nsnull;