diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/plugins/ppapi/plugin_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h index d986e95..2184e3b 100644 --- a/webkit/plugins/ppapi/plugin_delegate.h +++ b/webkit/plugins/ppapi/plugin_delegate.h @@ -221,7 +221,7 @@ class PluginDelegate { protected: friend class base::RefCountedThreadSafe<PpapiBroker>; - ~PpapiBroker() {} + virtual ~PpapiBroker() {} }; // Notification that the given plugin has crashed. When a plugin crashes, all |