diff options
Diffstat (limited to 'content/plugin/npobject_proxy.h')
-rw-r--r-- | content/plugin/npobject_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/npobject_proxy.h b/content/plugin/npobject_proxy.h index 68bca78..dccd531 100644 --- a/content/plugin/npobject_proxy.h +++ b/content/plugin/npobject_proxy.h @@ -31,7 +31,7 @@ class NPObjectProxy : public IPC::Channel::Listener, public IPC::Message::Sender, public NPObjectBase { public: - ~NPObjectProxy(); + virtual ~NPObjectProxy(); static NPObject* Create(PluginChannelBase* channel, int route_id, |