| Index: content/plugin/npobject_stub.h
|
| diff --git a/content/plugin/npobject_stub.h b/content/plugin/npobject_stub.h
|
| index 46e1bc12a73b23f73dd1c8a019bf9f357f7f0b3f..c100fe4b51c175a14c19e4bfada5b1eda1c2760a 100644
|
| --- a/content/plugin/npobject_stub.h
|
| +++ b/content/plugin/npobject_stub.h
|
| @@ -36,7 +36,7 @@ class NPObjectStub : public IPC::Channel::Listener,
|
| int route_id,
|
| gfx::NativeViewId containing_window,
|
| const GURL& page_url);
|
| - ~NPObjectStub();
|
| + virtual ~NPObjectStub();
|
|
|
| // IPC::Message::Sender implementation:
|
| virtual bool Send(IPC::Message* msg);
|
|
|