summaryrefslogtreecommitdiff
path: root/netwerk/protocol/data
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-17 19:37:17 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-17 19:37:17 +0000
commit5f86cd25f2255b6bee1dd77245ea91fe0a2f4bc4 (patch)
tree3f2314dcdfb0051819b724fc2595e05b7bfcc1f0 /netwerk/protocol/data
parent5fa34da0b77476d440eeb52b1258349cfe1c5013 (diff)
downloaduxp-5f86cd25f2255b6bee1dd77245ea91fe0a2f4bc4.tar.gz
Issue #80 - De-unify smaller netwerk/protocol components
- data - device - file - viewsource - wyciwyg
Diffstat (limited to 'netwerk/protocol/data')
-rw-r--r--netwerk/protocol/data/moz.build2
-rw-r--r--netwerk/protocol/data/nsDataChannel.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/netwerk/protocol/data/moz.build b/netwerk/protocol/data/moz.build
index 0958118fa9..2c45b80673 100644
--- a/netwerk/protocol/data/moz.build
+++ b/netwerk/protocol/data/moz.build
@@ -8,7 +8,7 @@ EXPORTS.mozilla.net += [
'DataChannelParent.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'DataChannelChild.cpp',
'DataChannelParent.cpp',
'nsDataChannel.cpp',
diff --git a/netwerk/protocol/data/nsDataChannel.cpp b/netwerk/protocol/data/nsDataChannel.cpp
index 608a6c6e0e..148a7901a3 100644
--- a/netwerk/protocol/data/nsDataChannel.cpp
+++ b/netwerk/protocol/data/nsDataChannel.cpp
@@ -16,6 +16,7 @@
#include "nsEscape.h"
using namespace mozilla;
+using namespace mozilla::net;
nsresult
nsDataChannel::OpenContentStream(bool async, nsIInputStream **result,