| Index: modules/quota/StorageQuota.idl
|
| diff --git a/modules/quota/StorageQuota.idl b/modules/quota/StorageQuota.idl
|
| index 20c0cbc5e7178a824aac8f93463ed7669bc18c4c..1cfb28a24e248b00eec32ca4f117cee045d43ddc 100644
|
| --- a/modules/quota/StorageQuota.idl
|
| +++ b/modules/quota/StorageQuota.idl
|
| @@ -34,11 +34,11 @@ enum StorageType {
|
| };
|
|
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| NoInterfaceObject,
|
| RuntimeEnabled=QuotaPromise
|
| ] interface StorageQuota {
|
| readonly attribute StorageType[] supportedTypes;
|
| - [CallWith=ExecutionContext] Promise queryInfo(StorageType type);
|
| - [CallWith=ExecutionContext] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
|
| + [CallWith=ScriptState] Promise queryInfo(StorageType type);
|
| + [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
|
| };
|
|
|