summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
diff options
context:
space:
mode:
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r--content/ppapi_plugin/ppapi_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
index eedbd0a..a9d0b7c 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -27,7 +27,7 @@ class PpapiThread : public ChildThread,
public pp::proxy::PluginDispatcher::PluginDelegate {
public:
explicit PpapiThread(bool is_broker);
- ~PpapiThread();
+ virtual ~PpapiThread();
private:
// ChildThread overrides.