| Index: Source/web/RemoteFrameClient.h
|
| diff --git a/Source/web/RemoteFrameClient.h b/Source/web/RemoteFrameClient.h
|
| index 8f7b85dd8e6f45d5a529ed330fa73f679477f88b..70c3653f78ecec5f2fe15a1cc00e6ad068bb7f90 100644
|
| --- a/Source/web/RemoteFrameClient.h
|
| +++ b/Source/web/RemoteFrameClient.h
|
| @@ -26,6 +26,8 @@ public:
|
| virtual Frame* firstChild() const OVERRIDE;
|
| virtual Frame* lastChild() const OVERRIDE;
|
|
|
| + virtual bool willCheckAndDispatchMessageEvent(SecurityOrigin*, MessageEvent*, LocalFrame*) const OVERRIDE;
|
| +
|
| WebRemoteFrameImpl* webFrame() const { return m_webFrame; }
|
|
|
| private:
|
|
|