| Index: content/renderer/plugin_channel_host.h
|
| diff --git a/content/renderer/plugin_channel_host.h b/content/renderer/plugin_channel_host.h
|
| index ec6bfedb049344be9e3ab3c5ac59d50b7579e2ad..524df470a7144da800d2f50e6c846a8a63eaa9ae 100644
|
| --- a/content/renderer/plugin_channel_host.h
|
| +++ b/content/renderer/plugin_channel_host.h
|
| @@ -46,7 +46,7 @@ class PluginChannelHost : public PluginChannelBase {
|
| private:
|
| // Called on the render thread
|
| PluginChannelHost();
|
| - ~PluginChannelHost();
|
| + virtual ~PluginChannelHost();
|
|
|
| static PluginChannelBase* ClassFactory() { return new PluginChannelHost(); }
|
|
|
|
|