summaryrefslogtreecommitdiffstats
path: root/dom/fetch/Response.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-19 16:45:01 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-19 16:45:01 +0200
commit1169a05684be2c9975dcae72810daead396f36f6 (patch)
treec1fab19069a0b899a12796d03a9a314968ec7726 /dom/fetch/Response.cpp
parentc3a868aa938acd2dd9db83dbe0b228f4226d725b (diff)
downloadUXP-1169a05684be2c9975dcae72810daead396f36f6.tar
UXP-1169a05684be2c9975dcae72810daead396f36f6.tar.gz
UXP-1169a05684be2c9975dcae72810daead396f36f6.tar.lz
UXP-1169a05684be2c9975dcae72810daead396f36f6.tar.xz
UXP-1169a05684be2c9975dcae72810daead396f36f6.zip
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/Response.cpp')
-rw-r--r--dom/fetch/Response.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/fetch/Response.cpp b/dom/fetch/Response.cpp
index 3b3ada6d3..e35de0e12 100644
--- a/dom/fetch/Response.cpp
+++ b/dom/fetch/Response.cpp
@@ -8,6 +8,7 @@
#include "nsISupportsImpl.h"
#include "nsIURI.h"
+#include "nsNetUtil.h"
#include "nsPIDOMWindow.h"
#include "mozilla/ErrorResult.h"