| Index: content/plugin/npobject_proxy.h
|
| diff --git a/content/plugin/npobject_proxy.h b/content/plugin/npobject_proxy.h
|
| index 68bca78fd4aa4259a54a9cf258dd7b59f5dccd41..dccd53170c8b24cffc16b591e0be15de9040ab45 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,
|
|
|