Chromium Code Reviews| Index: content/plugin/plugin_thread.h |
| diff --git a/content/plugin/plugin_thread.h b/content/plugin/plugin_thread.h |
| index efd96b672064a84712bfa1d44794c05a31406f80..d325dd0531c32ccf7e00813588eb5518e83a5a62 100644 |
| --- a/content/plugin/plugin_thread.h |
| +++ b/content/plugin/plugin_thread.h |
| @@ -23,7 +23,7 @@ |
| class PluginThread : public ChildThread { |
| public: |
| PluginThread(); |
| - ~PluginThread(); |
| + virtual ~PluginThread(); |
| // Returns the one plugin thread. |
| static PluginThread* current(); |