| Index: content/renderer/webplugin_delegate_proxy.h
|
| diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h
|
| index 304e72b7ef3a9791176182ab7717d86aaab29dc8..79124362b0e22891b7d8c87c375e65ef643af80f 100644
|
| --- a/content/renderer/webplugin_delegate_proxy.h
|
| +++ b/content/renderer/webplugin_delegate_proxy.h
|
| @@ -123,7 +123,7 @@ class WebPluginDelegateProxy
|
|
|
| protected:
|
| template<class WebPluginDelegateProxy> friend class DeleteTask;
|
| - ~WebPluginDelegateProxy();
|
| + virtual ~WebPluginDelegateProxy();
|
|
|
| private:
|
| // Message handlers for messages that proxy WebPlugin methods, which
|
|
|