| 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 c2b2f4feeef91a1e44cba65dc1e0e42522572539..6c1289048f5185c3fb1bfb7a7df89b1d8fa6d257 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -206,6 +206,9 @@ protected:
|
| void addedEventListener(const AtomicString& eventType, RegisteredEventListener&) override;
|
| void removedEventListener(const AtomicString& eventType, const RegisteredEventListener&) override;
|
|
|
| + // Protected DOMWindow overrides.
|
| + void schedulePostMessage(MessageEvent*, PassRefPtr<SecurityOrigin> target, Document* source) override;
|
| +
|
| private:
|
| class WindowFrameObserver;
|
|
|
|
|