summaryrefslogtreecommitdiffstats
path: root/dom/archivereader/ArchiveRequest.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-18 17:07:15 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:32:14 +0200
commit216aa2cada27891edec0dae49f5190a69bcdb039 (patch)
tree79a38607e0859c4c7b6e8e9efff5cc733c6cd3e7 /dom/archivereader/ArchiveRequest.cpp
parent9d96ad90dda81f202826cb6ec1535561f14218db (diff)
downloadUXP-216aa2cada27891edec0dae49f5190a69bcdb039.tar
UXP-216aa2cada27891edec0dae49f5190a69bcdb039.tar.gz
UXP-216aa2cada27891edec0dae49f5190a69bcdb039.tar.lz
UXP-216aa2cada27891edec0dae49f5190a69bcdb039.tar.xz
UXP-216aa2cada27891edec0dae49f5190a69bcdb039.zip
Issue #80 - De-unify dom/archivereader
Diffstat (limited to 'dom/archivereader/ArchiveRequest.cpp')
-rw-r--r--dom/archivereader/ArchiveRequest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/archivereader/ArchiveRequest.cpp b/dom/archivereader/ArchiveRequest.cpp
index ec1686804..8505f0e1f 100644
--- a/dom/archivereader/ArchiveRequest.cpp
+++ b/dom/archivereader/ArchiveRequest.cpp
@@ -8,10 +8,12 @@
#include "mozilla/EventDispatcher.h"
#include "mozilla/dom/ArchiveRequestBinding.h"
+#include "mozilla/dom/File.h"
#include "mozilla/dom/ScriptSettings.h"
#include "nsContentUtils.h"
using namespace mozilla;
+using namespace mozilla::dom;
USING_ARCHIVEREADER_NAMESPACE