| Index: Source/modules/quota/StorageQuotaClient.h
|
| diff --git a/Source/modules/quota/StorageQuotaClient.h b/Source/modules/quota/StorageQuotaClient.h
|
| index 09c37079237995156daba22278138c3aff0e258c..23c8ed778a7ca1465d311db7a923db6ec31d8b4f 100644
|
| --- a/Source/modules/quota/StorageQuotaClient.h
|
| +++ b/Source/modules/quota/StorageQuotaClient.h
|
| @@ -31,13 +31,14 @@
|
| #ifndef StorageQuotaClient_h
|
| #define StorageQuotaClient_h
|
|
|
| -#include "core/page/Page.h"
|
| +#include "platform/Supplementable.h"
|
| #include "public/platform/WebStorageQuotaType.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace WebCore {
|
|
|
| class ExecutionContext;
|
| +class Page;
|
| class ScriptPromise;
|
| class ScriptState;
|
| class StorageErrorCallback;
|
|
|