| Index: webkit/plugins/npapi/webplugin_delegate_impl.h
|
| diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h
|
| index 039bb238f8e45c53220e0434e60af6b1cc85e324..b5156e30f5a057641f58d8f148cbd0fee91707d6 100644
|
| --- a/webkit/plugins/npapi/webplugin_delegate_impl.h
|
| +++ b/webkit/plugins/npapi/webplugin_delegate_impl.h
|
| @@ -201,7 +201,7 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
|
|
|
| WebPluginDelegateImpl(gfx::PluginWindowHandle containing_view,
|
| PluginInstance *instance);
|
| - ~WebPluginDelegateImpl();
|
| + virtual ~WebPluginDelegateImpl();
|
|
|
| // Called by Initialize() for platform-specific initialization.
|
| // If this returns false, the plugin shouldn't be started--see Initialize().
|
|
|