| Index: Source/modules/quota/StorageQuota.idl
|
| diff --git a/Source/modules/quota/StorageQuota.idl b/Source/modules/quota/StorageQuota.idl
|
| index 20c0cbc5e7178a824aac8f93463ed7669bc18c4c..f6e5eb148211395182e88d4ab4ceb7bfe4167ad2 100644
|
| --- a/Source/modules/quota/StorageQuota.idl
|
| +++ b/Source/modules/quota/StorageQuota.idl
|
| @@ -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);
|
| };
|
|
|