diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-18 17:39:59 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:32:24 +0200 |
commit | dc687dbc0b43bcff9566b135f95d54b28e68bde9 (patch) | |
tree | 996ffc6f54bca79618ac2f884f893574b5c36992 /dom/cache/CacheStorage.cpp | |
parent | 216aa2cada27891edec0dae49f5190a69bcdb039 (diff) | |
download | UXP-dc687dbc0b43bcff9566b135f95d54b28e68bde9.tar UXP-dc687dbc0b43bcff9566b135f95d54b28e68bde9.tar.gz UXP-dc687dbc0b43bcff9566b135f95d54b28e68bde9.tar.lz UXP-dc687dbc0b43bcff9566b135f95d54b28e68bde9.tar.xz UXP-dc687dbc0b43bcff9566b135f95d54b28e68bde9.zip |
Issue #80 - De-unify dom/cache
Diffstat (limited to 'dom/cache/CacheStorage.cpp')
-rw-r--r-- | dom/cache/CacheStorage.cpp | 3 |
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 { |