| Index: third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
|
| diff --git a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
|
| index 04c09ce3d3425c1c4a797898bc377a9d88581db7..19ee26615f93ef6856b32b6a6e701155e0e9efcb 100644
|
| --- a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
|
| +++ b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
|
| @@ -19,5 +19,5 @@
|
|
|
| partial interface WorkerNavigator {
|
| // https://storage.spec.whatwg.org/#api
|
| - [RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
|
| + [OriginTrialEnabled=DurableStorage] readonly attribute StorageManager storage;
|
| };
|
|
|