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