| Index: Source/modules/cachestorage/Cache.h
|
| diff --git a/Source/modules/cachestorage/Cache.h b/Source/modules/cachestorage/Cache.h
|
| index 66674891ad772dcd0e8d28dce333a472d6833d54..5177755453ce1603054768aeb9792a85ecb2e26e 100644
|
| --- a/Source/modules/cachestorage/Cache.h
|
| +++ b/Source/modules/cachestorage/Cache.h
|
| @@ -8,6 +8,7 @@
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/modules/v8/UnionTypesModules.h"
|
| +#include "core/dom/DOMException.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/cachestorage/CacheQueryOptions.h"
|
| #include "modules/fetch/GlobalFetch.h"
|
| @@ -21,7 +22,6 @@
|
|
|
| namespace blink {
|
|
|
| -class DOMException;
|
| class ExceptionState;
|
| class Response;
|
| class Request;
|
|
|