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 fb6de0a9bd4f0e3a0695a596462a11e9b742af3d..ff06d53d14e6dfccf471d334dbcc4cf794727055 100644 |
--- a/third_party/WebKit/Source/core/frame/Window.idl |
+++ b/third_party/WebKit/Source/core/frame/Window.idl |
@@ -36,7 +36,8 @@ |
// FIXME: The spec uses the WindowProxy type for this and many other attributes. |
[Unforgeable, DoNotCheckSecurity] readonly attribute Window window; |
[Replaceable, DoNotCheckSecurity] readonly attribute Window self; |
- [Unforgeable] readonly attribute Document document; |
+ [Unforgeable, CachedAccessor] readonly attribute Document document; |
+ |
attribute DOMString name; |
[PutForwards=href, Unforgeable, DoNotCheckSecurity] readonly attribute Location location; |
readonly attribute History history; |