Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / quota / StorageQuota.idl
index 20c0cbc..f6e5eb1 100644 (file)
@@ -40,5 +40,5 @@ enum StorageType {
 ] interface StorageQuota {
     readonly attribute StorageType[] supportedTypes;
     [CallWith=ExecutionContext] Promise queryInfo(StorageType type);
-    [CallWith=ExecutionContext] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
+    [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
 };