Fix non-IPC bustage from bug 536289. Patch as agreed with jdm over irc. a=bustage-fix.

This commit is contained in:
Mark Banner 2010-10-21 22:01:38 +01:00
Родитель 41015f87ec
Коммит 8e65af0085
3 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -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 {