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; |
}; |