diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-19 14:21:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 14:21:00 +0200 |
commit | ffb32138cbe23dc275ec409770246739f9678cef (patch) | |
tree | 3ffdf70469a762ad18861913690cdaf37be90a16 /netwerk/ipc | |
parent | 3da22ea943f6e7840558ddd1e4b473bef5837873 (diff) | |
parent | 41757ae2c034a3bc549cba88e99d55ea2db7ca12 (diff) | |
download | UXP-ffb32138cbe23dc275ec409770246739f9678cef.tar UXP-ffb32138cbe23dc275ec409770246739f9678cef.tar.gz UXP-ffb32138cbe23dc275ec409770246739f9678cef.tar.lz UXP-ffb32138cbe23dc275ec409770246739f9678cef.tar.xz UXP-ffb32138cbe23dc275ec409770246739f9678cef.zip |
Merge pull request #1554 from MoonchildProductions/deunify_netwerk
Deunify netwerk
Diffstat (limited to 'netwerk/ipc')
-rw-r--r-- | netwerk/ipc/NeckoParent.cpp | 2 | ||||
-rw-r--r-- | netwerk/ipc/moz.build | 2 |
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', |