| Index: Source/modules/quota/StorageQuota.h
|
| diff --git a/Source/modules/quota/StorageQuota.h b/Source/modules/quota/StorageQuota.h
|
| index c3cde30513c7127c2265ba4d674b56aaeb29a284..dda98c3a772aad8b85680b4187e06a36c6c69b78 100644
|
| --- a/Source/modules/quota/StorageQuota.h
|
| +++ b/Source/modules/quota/StorageQuota.h
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| Vector<String> supportedTypes() const;
|
|
|
| - ScriptPromise queryInfo(ExecutionContext*, String type);
|
| + ScriptPromise queryInfo(ScriptState*, String type);
|
| ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
|
|
|
| ~StorageQuota();
|
|
|