| Index: components/plugins/renderer/webview_plugin.cc
|
| diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc
|
| index b1df67c6f8f7a07e75dff74d76bff82173386099..b69a8c031cfa88a73523ce55df03b271696b82d7 100644
|
| --- a/components/plugins/renderer/webview_plugin.cc
|
| +++ b/components/plugins/renderer/webview_plugin.cc
|
| @@ -232,7 +232,7 @@ void WebViewPlugin::didChangeCursor(const WebCursorInfo& cursor) {
|
| current_cursor_ = cursor;
|
| }
|
|
|
| -void WebViewPlugin::didClearWindowObject(WebLocalFrame* frame, int world_id) {
|
| +void WebViewPlugin::didClearWindowObject(WebLocalFrame* frame) {
|
| if (delegate_)
|
| delegate_->BindWebFrame(frame);
|
| }
|
|
|