| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index 49e771803f1d8544ef6b2f71a9e2fdcebfcc8d70..d8bd0b0290fa877c94826a4a44e7ae15b22c4703 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -152,6 +152,7 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
|
| void setStatus(const String&);
|
| String defaultStatus() const;
|
| void setDefaultStatus(const String&);
|
| + String origin() const;
|
|
|
| // DOM Level 2 AbstractView Interface
|
| Document* document() const;
|
|
|