| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index 16daff31f3a820b129c3f952bd6c23493a04ece2..242592b20f06a8bcb7595b4da8ad9d2501a68540 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -170,7 +170,7 @@ class WebViewPlugin : public blink::WebPlugin,
|
| void ScheduleAnimation() override;
|
|
|
| // WebFrameClient methods:
|
| - void DidClearWindowObject(blink::WebLocalFrame* frame) override;
|
| + void DidClearWindowObject() override;
|
|
|
| private:
|
| WebViewPlugin* plugin_;
|
|
|