summaryrefslogtreecommitdiffstats
path: root/netwerk
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-17 16:13:43 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-17 16:13:43 +0000
commit5966f18f414045b8a060fbd51168730e146352d6 (patch)
treee97636c9dcb4fb93b8a2809d19f311528a596da1 /netwerk
parent364e44a4aa3de7493b20b568237ed5bad0d5f111 (diff)
downloadUXP-5966f18f414045b8a060fbd51168730e146352d6.tar
UXP-5966f18f414045b8a060fbd51168730e146352d6.tar.gz
UXP-5966f18f414045b8a060fbd51168730e146352d6.tar.lz
UXP-5966f18f414045b8a060fbd51168730e146352d6.tar.xz
UXP-5966f18f414045b8a060fbd51168730e146352d6.zip
Issue #80 - De-unify netwerk/ipc
Diffstat (limited to 'netwerk')
-rw-r--r--netwerk/ipc/NeckoParent.cpp2
-rw-r--r--netwerk/ipc/moz.build2
2 files changed, 3 insertions, 1 deletions
diff --git a/netwerk/ipc/NeckoParent.cpp b/netwerk/ipc/NeckoParent.cpp
index 5913b59d9..e57481c55 100644
--- a/netwerk/ipc/NeckoParent.cpp
+++ b/netwerk/ipc/NeckoParent.cpp
@@ -45,6 +45,8 @@
#include "nsINetworkPredictor.h"
#include "nsINetworkPredictorVerifier.h"
#include "nsISpeculativeConnect.h"
+#include "nsIOService.h"
+#include "mozilla/ipc/URIUtils.h"
using mozilla::DocShellOriginAttributes;
using mozilla::NeckoOriginAttributes;
diff --git a/netwerk/ipc/moz.build b/netwerk/ipc/moz.build
index 0740e6f6b..d2bb10501 100644
--- a/netwerk/ipc/moz.build
+++ b/netwerk/ipc/moz.build
@@ -12,7 +12,7 @@ EXPORTS.mozilla.net += [
'NeckoParent.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'ChannelEventQueue.cpp',
'NeckoChild.cpp',
'NeckoCommon.cpp',