| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 006a11d949f4e4de69420216929c0824e4dc64cf..bce6573cf6755f11abe9cd0b058afe85df90ca3f 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -38,7 +38,7 @@
|
| [Unforgeable, DoNotCheckSecurity] readonly attribute Window window;
|
| [Replaceable, DoNotCheckSecurity] readonly attribute Window self;
|
| // FIXME: document should be [Unforgeable].
|
| - readonly attribute Document document;
|
| + [Unforgeable] readonly attribute Document document;
|
| attribute DOMString name;
|
| [PutForwards=href, Unforgeable, DoNotCheckSecurity] readonly attribute Location location;
|
| readonly attribute History history;
|
|
|