| Index: third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.h
|
| diff --git a/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.h b/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.h
|
| index b19c2aac1f2f81471bc398a5a1e96ad67c2b9c85..71aa9980f69228b6a75701dff6c949c420f635e8 100644
|
| --- a/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.h
|
| +++ b/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -class ExecutionContext;
|
| +class ScriptState;
|
| class StorageErrorCallback;
|
| class StorageQuotaCallback;
|
| class StorageUsageCallback;
|
| @@ -56,11 +56,11 @@ class DeprecatedStorageQuota final
|
| return new DeprecatedStorageQuota(type);
|
| }
|
|
|
| - void queryUsageAndQuota(ExecutionContext*,
|
| + void queryUsageAndQuota(ScriptState*,
|
| StorageUsageCallback*,
|
| StorageErrorCallback*);
|
|
|
| - void requestQuota(ExecutionContext*,
|
| + void requestQuota(ScriptState*,
|
| unsigned long long newQuotaInBytes,
|
| StorageQuotaCallback*,
|
| StorageErrorCallback*);
|
|
|