зеркало из https://github.com/mozilla/pjs.git
Fix non-IPC bustage from bug 536289. Patch as agreed with jdm over irc. a=bustage-fix.
This commit is contained in:
Родитель
41015f87ec
Коммит
8e65af0085
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче