Index: third_party/WebKit/Source/modules/cachestorage/WindowCacheStorage.idl |
diff --git a/third_party/WebKit/Source/modules/cachestorage/WindowCacheStorage.idl b/third_party/WebKit/Source/modules/cachestorage/WindowCacheStorage.idl |
index 7aadd81083018b278d1624eabf483d4e11ce9e59..49f9c131c2655ef675b367d665d3a0fc6fb048b4 100644 |
--- a/third_party/WebKit/Source/modules/cachestorage/WindowCacheStorage.idl |
+++ b/third_party/WebKit/Source/modules/cachestorage/WindowCacheStorage.idl |
@@ -7,5 +7,5 @@ |
RuntimeEnabled=GlobalCacheStorage, |
ImplementedAs=GlobalCacheStorage, |
] partial interface Window { |
- [Unforgeable, MeasureAs=GlobalCacheStorage, RuntimeEnabled=GlobalCacheStorage, RaisesException] readonly attribute CacheStorage caches; |
+ [MeasureAs=GlobalCacheStorage, RuntimeEnabled=GlobalCacheStorage, RaisesException] readonly attribute CacheStorage caches; |
}; |