| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index 4f463a72f3a66ec333cf5b1fdb4484c5fc88e807..608879c91f8f3675d5cf3d69c580485a179c6d50 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -118,7 +118,7 @@ class WebViewPlugin : public blink::WebPlugin,
|
| virtual void didChangeCursor(const blink::WebCursorInfo& cursor);
|
|
|
| // WebFrameClient methods:
|
| - virtual void didClearWindowObject(blink::WebFrame* frame);
|
| + virtual void didClearWindowObject(blink::WebFrame* frame, int world_id);
|
|
|
| // This method is defined in WebPlugin as well as in WebFrameClient, but with
|
| // different parameters. We only care about implementing the WebPlugin
|
|
|