mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Fix non-IPC bustage from bug 536289. Patch as agreed with jdm over irc. a=bustage-fix.
This commit is contained in:
parent
dd643517ab
commit
026b21cd31
@ -60,6 +60,13 @@ ifdef MOZ_IPC
|
||||
DIRS += \
|
||||
ipc \
|
||||
$(NULL)
|
||||
else
|
||||
# Non-IPC builds need NeckoCommon.h
|
||||
EXPORTS_NAMESPACES = mozilla/net
|
||||
|
||||
EXPORTS_mozilla/net = \
|
||||
ipc/NeckoCommon.h \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef NECKO_WIFI
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include "nsIResumableChannel.h"
|
||||
#include "nsIApplicationCacheChannel.h"
|
||||
#include "nsEscape.h"
|
||||
#include "nsPrintfCString.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace net {
|
||||
|
@ -59,6 +59,7 @@
|
||||
#include "nsISupportsPriority.h"
|
||||
#include "nsIApplicationCache.h"
|
||||
#include "nsIResumableChannel.h"
|
||||
#include "mozilla/net/NeckoCommon.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace net {
|
||||
|
Loading…
x
Reference in New Issue
Block a user