| Index: third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| index 2e62c35429d86030fc485d3e79162d894efd358a..6717d83f28879601f8bc8ba2e2712a07ae9dd98c 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| @@ -26,11 +26,11 @@ public:
|
| virtual void frameDetached(DetachType) { }
|
|
|
| // Notifies the embedder that a postMessage was issued to a remote frame.
|
| - virtual void postMessageEvent(
|
| + virtual void forwardPostMessage(
|
| WebLocalFrame* sourceFrame,
|
| WebRemoteFrame* targetFrame,
|
| WebSecurityOrigin targetOrigin,
|
| - WebDOMMessageEvent) { }
|
| + WebDOMMessageEvent) {}
|
|
|
| // Send initial drawing parameters to a child frame that is being rendered
|
| // out of process.
|
|
|