summaryrefslogtreecommitdiffstats
path: root/dom/cache/CacheStorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/cache/CacheStorage.cpp')
-rw-r--r--dom/cache/CacheStorage.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/cache/CacheStorage.cpp b/dom/cache/CacheStorage.cpp
index 937e3826f..a0f486445 100644
--- a/dom/cache/CacheStorage.cpp
+++ b/dom/cache/CacheStorage.cpp
@@ -7,6 +7,7 @@
#include "mozilla/dom/cache/CacheStorage.h"
#include "mozilla/Unused.h"
+#include "mozilla/dom/CacheBinding.h"
#include "mozilla/dom/CacheStorageBinding.h"
#include "mozilla/dom/Promise.h"
#include "mozilla/dom/Response.h"
@@ -29,6 +30,8 @@
#include "nsURLParsers.h"
#include "WorkerPrivate.h"
+using namespace mozilla::dom;
+
namespace mozilla {
namespace dom {
namespace cache {