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

Unified Diff: third_party/WebKit/Source/modules/cachestorage/WorkerCacheStorage.idl

Issue 2102093002: ServiceWorker: Remove [Unforgeable] idl extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: third_party/WebKit/Source/modules/cachestorage/WorkerCacheStorage.idl
diff --git a/third_party/WebKit/Source/modules/cachestorage/WorkerCacheStorage.idl b/third_party/WebKit/Source/modules/cachestorage/WorkerCacheStorage.idl
index 5916e88ab8ccc3eb4bba0859c43f73fec0ca4222..c6bbe49a23ee7bba32d2e8b864072ff49072be9c 100644
--- a/third_party/WebKit/Source/modules/cachestorage/WorkerCacheStorage.idl
+++ b/third_party/WebKit/Source/modules/cachestorage/WorkerCacheStorage.idl
@@ -7,5 +7,5 @@
RuntimeEnabled=GlobalCacheStorage,
ImplementedAs=GlobalCacheStorage,
] partial interface WorkerGlobalScope {
- [Unforgeable, MeasureAs=GlobalCacheStorage, RuntimeEnabled=GlobalCacheStorage, RaisesException] readonly attribute CacheStorage caches;
+ [MeasureAs=GlobalCacheStorage, RuntimeEnabled=GlobalCacheStorage, RaisesException] readonly attribute CacheStorage caches;
};

Powered by Google App Engine
This is Rietveld 408576698