Index: third_party/WebKit/Source/core/frame/DOMWindow.h |
diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h |
index 0c7bc5136e99e1ec69d85a4eab273277a68db0b5..5fc897cb9772c18c93ca889044ddabe4b5083654 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMWindow.h |
+++ b/third_party/WebKit/Source/core/frame/DOMWindow.h |
@@ -32,6 +32,7 @@ class IdleRequestCallback; |
class IdleRequestOptions; |
class Location; |
class LocalDOMWindow; |
+class MessageEvent; |
class MediaQueryList; |
class Navigator; |
class Screen; |
@@ -217,6 +218,8 @@ public: |
protected: |
DOMWindow(); |
+ virtual void schedulePostMessage(MessageEvent*, PassRefPtr<SecurityOrigin> target, Document* source) = 0; |
+ |
// Set to true when close() has been called. Needed for |
// |window.closed| determinism; having it return 'true' |
// only after the layout widget's deferred window close |