diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 19:37:17 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:57:59 +0000 |
commit | aedf5c0169a835c178834590d07384945db07009 (patch) | |
tree | 93e0cb52fad8ab3591faa15a62551c908473c15f /netwerk/protocol/data/nsDataChannel.cpp | |
parent | 1c16924e08a0e1dc3f2a99d884624e1a17d05571 (diff) | |
download | UXP-aedf5c0169a835c178834590d07384945db07009.tar UXP-aedf5c0169a835c178834590d07384945db07009.tar.gz UXP-aedf5c0169a835c178834590d07384945db07009.tar.lz UXP-aedf5c0169a835c178834590d07384945db07009.tar.xz UXP-aedf5c0169a835c178834590d07384945db07009.zip |
Issue #80 - De-unify smaller netwerk/protocol components
- data
- device
- file
- viewsource
- wyciwyg
Diffstat (limited to 'netwerk/protocol/data/nsDataChannel.cpp')
-rw-r--r-- | netwerk/protocol/data/nsDataChannel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/data/nsDataChannel.cpp b/netwerk/protocol/data/nsDataChannel.cpp index 608a6c6e0..148a7901a 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, |