| Index: content/plugin/webplugin_delegate_stub.h
|
| diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h
|
| index b602a049eecb2973a54fb37f5a6bd79eb87a9199..629da0aefc48a4e879f1941777e1e2d4d4f28654 100644
|
| --- a/content/plugin/webplugin_delegate_stub.h
|
| +++ b/content/plugin/webplugin_delegate_stub.h
|
| @@ -55,7 +55,7 @@ class WebPluginDelegateStub : public IPC::Channel::Listener,
|
| private:
|
| friend class base::RefCounted<WebPluginDelegateStub>;
|
|
|
| - ~WebPluginDelegateStub();
|
| + virtual ~WebPluginDelegateStub();
|
|
|
| // Message handlers for the WebPluginDelegate calls that are proxied from the
|
| // renderer over the IPC channel.
|
|
|