Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(957)

Unified Diff: third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl

Issue 2692633002: Use [SecureContext] for navigator.storage (Closed)
Patch Set: TypeError and rebased tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/quota/StorageManager.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « third_party/WebKit/Source/modules/quota/StorageManager.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698