| 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..35a737d0f99ea804a501370a333bf964d115190c 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;
|
| + [SecureContext, RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
|
| };
|
|
|