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