Issue #80 - De-unify dom/cache

This commit is contained in:
wolfbeast 2020-04-18 17:39:59 +02:00 committed by Roy Tam
commit f6dce887e1
7 changed files with 12 additions and 1 deletions

View file

@ -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 {