| Index: Source/web/FrameLoaderClientImpl.h
|
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
|
| index a2815f75c2836fb33674a778a33607d9532c79a4..98d69ff8a72cd5521029a5dc9d7d0e90ebe8c6fb 100644
|
| --- a/Source/web/FrameLoaderClientImpl.h
|
| +++ b/Source/web/FrameLoaderClientImpl.h
|
| @@ -142,7 +142,7 @@ public:
|
| virtual void didNotAllowPlugins() OVERRIDE;
|
|
|
| virtual WebCookieJar* cookieJar() const OVERRIDE;
|
| - virtual bool willCheckAndDispatchMessageEvent(SecurityOrigin* target, MessageEvent*) const OVERRIDE;
|
| + virtual bool willCheckAndDispatchMessageEvent(SecurityOrigin* target, MessageEvent*, LocalFrame* sourceFrame) const OVERRIDE;
|
| virtual void didChangeName(const String&) OVERRIDE;
|
|
|
| virtual void dispatchWillOpenSocketStream(SocketStreamHandle*) OVERRIDE;
|
|
|