summaryrefslogtreecommitdiffstats
path: root/dom/fetch/InternalHeaders.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-18 08:14:23 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-18 08:14:23 +0100
commita36c3f69c82e1a38b43f0c5f36c562fb08615c62 (patch)
tree78f9875465a215447e28f1a2c8363c2ea05b3a87 /dom/fetch/InternalHeaders.h
parentc7c3c8600febd196152e5b23f687cbe8aa493627 (diff)
parentb0c7cca308a4321dea734044ccdb511dbedea83b (diff)
downloadUXP-a36c3f69c82e1a38b43f0c5f36c562fb08615c62.tar
UXP-a36c3f69c82e1a38b43f0c5f36c562fb08615c62.tar.gz
UXP-a36c3f69c82e1a38b43f0c5f36c562fb08615c62.tar.lz
UXP-a36c3f69c82e1a38b43f0c5f36c562fb08615c62.tar.xz
UXP-a36c3f69c82e1a38b43f0c5f36c562fb08615c62.zip
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'dom/fetch/InternalHeaders.h')
-rw-r--r--dom/fetch/InternalHeaders.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/fetch/InternalHeaders.h b/dom/fetch/InternalHeaders.h
index 9a6d6dae7..98046f0ef 100644
--- a/dom/fetch/InternalHeaders.h
+++ b/dom/fetch/InternalHeaders.h
@@ -20,7 +20,7 @@ class ErrorResult;
namespace dom {
-template<typename T> class MozMap;
+template<typename K, typename V> class Record;
class HeadersEntry;
class InternalHeaders final
@@ -113,7 +113,7 @@ public:
void Fill(const InternalHeaders& aInit, ErrorResult& aRv);
void Fill(const Sequence<Sequence<nsCString>>& aInit, ErrorResult& aRv);
- void Fill(const MozMap<nsCString>& aInit, ErrorResult& aRv);
+ void Fill(const Record<nsCString, nsCString>& aInit, ErrorResult& aRv);
bool HasOnlySimpleHeaders() const;