| Index: Source/modules/quota/NavigatorStorageQuota.idl
 | 
| diff --git a/Source/modules/quota/NavigatorStorageQuota.idl b/Source/modules/quota/NavigatorStorageQuota.idl
 | 
| index 21c6e6f2a37d44b8b92a37ae9a692de6cff4d3ec..6e2c46d3b1f263bef707d29ea5963934006988a4 100644
 | 
| --- a/Source/modules/quota/NavigatorStorageQuota.idl
 | 
| +++ b/Source/modules/quota/NavigatorStorageQuota.idl
 | 
| @@ -22,4 +22,5 @@ partial interface Navigator {
 | 
|      [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
 | 
|  
 | 
|      [RuntimeEnabled=QuotaPromise] readonly attribute StorageQuota storageQuota;
 | 
| +    [RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
 | 
|  };
 | 
| 
 |