| Index: Source/modules/quota/StorageQuota.idl
|
| diff --git a/Source/modules/quota/StorageQuota.idl b/Source/modules/quota/StorageQuota.idl
|
| index 1cfb28a24e248b00eec32ca4f117cee045d43ddc..917723b24e356dd57f38acbf487c0c02d625aa7a 100644
|
| --- a/Source/modules/quota/StorageQuota.idl
|
| +++ b/Source/modules/quota/StorageQuota.idl
|
| @@ -41,4 +41,5 @@ enum StorageType {
|
| readonly attribute StorageType[] supportedTypes;
|
| [CallWith=ScriptState] Promise queryInfo(StorageType type);
|
| [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
|
| + [CallWith=ScriptState] Promise requestDurability();
|
| };
|
|
|