diff options
Diffstat (limited to 'webkit/plugins/npapi/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/plugins/npapi/webplugin_delegate_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h index 039bb23..b5156e3 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(). |