diff options
Diffstat (limited to 'chrome/common/webmessageportchannel_impl.h')
-rw-r--r-- | chrome/common/webmessageportchannel_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/webmessageportchannel_impl.h b/chrome/common/webmessageportchannel_impl.h index 24e7ddc..313fd23 100644 --- a/chrome/common/webmessageportchannel_impl.h +++ b/chrome/common/webmessageportchannel_impl.h @@ -32,7 +32,7 @@ class WebMessagePortChannelImpl private: friend class base::RefCountedThreadSafe<WebMessagePortChannelImpl>; - ~WebMessagePortChannelImpl(); + virtual ~WebMessagePortChannelImpl(); // WebMessagePortChannel implementation. virtual void setClient(WebKit::WebMessagePortChannelClient* client); |