| Index: third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/StorageQuotaClientImpl.h b/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| index dde07837c31fee8f2f7ac35c479b963df0d9642e..7537cf7c65c78a461264be138a4b18d38190b6e7 100644
|
| --- a/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| @@ -48,7 +48,7 @@ class StorageQuotaClientImpl
|
|
|
| ~StorageQuotaClientImpl() override;
|
|
|
| - void requestQuota(ExecutionContext*,
|
| + void requestQuota(ScriptState*,
|
| WebStorageQuotaType,
|
| unsigned long long newQuotaInBytes,
|
| StorageQuotaCallback*,
|
|
|