Index: Source/core/page/Window.idl |
diff --git a/Source/core/page/Window.idl b/Source/core/page/Window.idl |
index cbfa00af506b1d3b016fcb92374d7bd5985118d4..131faddb6575c866be973000fcfd9c0be81a0723 100644 |
--- a/Source/core/page/Window.idl |
+++ b/Source/core/page/Window.idl |
@@ -143,7 +143,7 @@ |
WebKitPoint webkitConvertPointFromNodeToPage([Default=Undefined] optional Node node, |
[Default=Undefined] optional WebKitPoint p); |
- [EnabledAtRuntime, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute DOMApplicationCache applicationCache; |
+ [EnabledAtRuntime, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute ApplicationCache applicationCache; |
[EnabledAtRuntime, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds, GetterRaisesException] readonly attribute Storage sessionStorage; |
[EnabledAtRuntime, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds, GetterRaisesException] readonly attribute Storage localStorage; |