| 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 9f1d839d09732a212bfa747907e1f2a1836ecbbd..ddbfac0a8b9b0e0de1c67ba533edfa5c158b36c0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -83,6 +83,7 @@ public:
|
|
|
| // EventTarget overrides:
|
| ExecutionContext* executionContext() const override;
|
| + const LocalDOMWindow* toDOMWindow() const override;
|
| LocalDOMWindow* toDOMWindow() override;
|
|
|
| // DOMWindow overrides:
|
| @@ -166,7 +167,7 @@ public:
|
|
|
| FrameConsole* frameConsole() const;
|
|
|
| - void printErrorMessage(const String&);
|
| + void printErrorMessage(const String&) const;
|
|
|
| void postMessageTimerFired(PostMessageTimer*);
|
| void removePostMessageTimer(PostMessageTimer*);
|
|
|