| Index: Source/modules/quota/StorageQuota.idl
|
| diff --git a/Source/modules/quota/StorageQuota.idl b/Source/modules/quota/StorageQuota.idl
|
| index f6e5eb148211395182e88d4ab4ceb7bfe4167ad2..3cc9157837364c2e28f59f934533a6a159d961b3 100644
|
| --- a/Source/modules/quota/StorageQuota.idl
|
| +++ b/Source/modules/quota/StorageQuota.idl
|
| @@ -39,6 +39,6 @@ enum StorageType {
|
| RuntimeEnabled=QuotaPromise
|
| ] interface StorageQuota {
|
| readonly attribute StorageType[] supportedTypes;
|
| - [CallWith=ExecutionContext] Promise queryInfo(StorageType type);
|
| + [CallWith=ScriptState] Promise queryInfo(StorageType type);
|
| [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
|
| };
|
|
|