| 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 09925e138497a525825cbb9ee1f3df3db689c0c1..d69e46c552f920f5ed57c0650af58ea5603233ca 100644
|
| --- a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
|
| +++ b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
|
| @@ -25,5 +25,5 @@ partial interface Navigator {
|
| [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
|
|
|
| // https://storage.spec.whatwg.org/#api
|
| - [RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
|
| + [SecureContext, RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
|
| };
|
|
|