| 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 c4a747fc36b3dc5245ddc2f33d237945411f455c..36648c16804f0e562bada6b775afd33585ae67e9 100644
|
| --- a/third_party/WebKit/Source/core/frame/Window.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Window.idl
|
| @@ -37,6 +37,7 @@
|
| [Unforgeable, CrossOrigin] readonly attribute Window window;
|
| [Replaceable, CrossOrigin] readonly attribute Window self;
|
| [Unforgeable, CachedAccessor] readonly attribute Document document;
|
| + readonly attribute DOMString origin;
|
| attribute DOMString name;
|
| [PutForwards=href, Unforgeable, CrossOrigin=(Getter,Setter), Custom=Getter] readonly attribute Location location;
|
| readonly attribute History history;
|
|
|