| Index: third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
|
| diff --git a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
|
| index 26483d308deb6d0130e9c46d30a74e03d817a99a..476d8593168d349978f1cf20d133acaaa07bfe4d 100644
|
| --- a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
|
| +++ b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
|
| @@ -28,5 +28,5 @@ partial interface Navigator {
|
| [RuntimeEnabled=QuotaPromise] readonly attribute StorageQuota storageQuota;
|
|
|
| // https://storage.spec.whatwg.org/#api
|
| - [RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
|
| + [OriginTrialEnabled=DurableStorage] readonly attribute StorageManager storage;
|
| };
|
|
|