| Index: content/plugin/webplugin_proxy.h
|
| diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h
|
| index 47f3ab24e39f5404bfc8f4b7afb8fd7af697a18c..3cde1cb7d83a9a5243ab3b92683bda6dc5d2bf48 100644
|
| --- a/content/plugin/webplugin_proxy.h
|
| +++ b/content/plugin/webplugin_proxy.h
|
| @@ -48,7 +48,7 @@ class WebPluginProxy : public webkit::npapi::WebPlugin {
|
| const GURL& page_url,
|
| gfx::NativeViewId containing_window,
|
| int host_render_view_routing_id);
|
| - ~WebPluginProxy();
|
| + virtual ~WebPluginProxy();
|
|
|
| void set_delegate(webkit::npapi::WebPluginDelegateImpl* d) { delegate_ = d; }
|
|
|
|
|