| Index: Source/modules/quota/StorageQuota.h
|
| diff --git a/Source/modules/quota/StorageQuota.h b/Source/modules/quota/StorageQuota.h
|
| index d9f70c7276b960b486b61af4b15f65e1b16952a8..0050f8e6ab879e2310a6195bad6e9c9395c6c86d 100644
|
| --- a/Source/modules/quota/StorageQuota.h
|
| +++ b/Source/modules/quota/StorageQuota.h
|
| @@ -49,6 +49,7 @@ public:
|
| Vector<String> supportedTypes() const;
|
|
|
| ScriptPromise queryInfo(ScriptState*, String type);
|
| + ScriptPromise requestDurability(ScriptState*);
|
| ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
|
|
|
| DEFINE_INLINE_TRACE() { }
|
|
|