diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-19 16:45:01 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-19 16:45:01 +0200 |
commit | 1169a05684be2c9975dcae72810daead396f36f6 (patch) | |
tree | c1fab19069a0b899a12796d03a9a314968ec7726 /dom/fetch/FetchUtil.cpp | |
parent | c3a868aa938acd2dd9db83dbe0b228f4226d725b (diff) | |
download | uxp-1169a05684be2c9975dcae72810daead396f36f6.tar.gz |
Issue #80 - De-unify dom/fetch
Running into the same problem as with dom/canvas: derived template
classes not being happy about being non-unified. Kept unified for now
to prevent linking errors.
Diffstat (limited to 'dom/fetch/FetchUtil.cpp')
-rw-r--r-- | dom/fetch/FetchUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/fetch/FetchUtil.cpp b/dom/fetch/FetchUtil.cpp index 601d99216e..b384c4f810 100644 --- a/dom/fetch/FetchUtil.cpp +++ b/dom/fetch/FetchUtil.cpp @@ -2,6 +2,7 @@ #include "nsError.h" #include "nsIUnicodeDecoder.h" +#include "nsNetUtil.h" #include "nsString.h" #include "mozilla/dom/EncodingUtils.h" |