Index: third_party/WebKit/Source/core/frame/Window.idl |
diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl |
index c1dbef55ae2ee11050e6eb24d7c222f7e6c86130..e1f79701cc85d0c2ce478c2aa51c27f46409a159 100644 |
--- a/third_party/WebKit/Source/core/frame/Window.idl |
+++ b/third_party/WebKit/Source/core/frame/Window.idl |
@@ -69,7 +69,7 @@ |
// the user agent |
[LogActivity=GetterOnly] readonly attribute Navigator navigator; |
- [RuntimeEnabled=ApplicationCache, LogActivity=GetterOnly] readonly attribute ApplicationCache applicationCache; |
+ [LogActivity=GetterOnly] readonly attribute ApplicationCache applicationCache; |
// user prompts |
[Measure, CallWith=ScriptState] void alert(); |