| Index: chrome/common/webmessageportchannel_impl.cc
|
| diff --git a/chrome/common/webmessageportchannel_impl.cc b/chrome/common/webmessageportchannel_impl.cc
|
| index 24304fd3351d44021041bc9e0e94a69d8263afcb..888ab78f254503cdeebc6369687aed03df73d3e6 100644
|
| --- a/chrome/common/webmessageportchannel_impl.cc
|
| +++ b/chrome/common/webmessageportchannel_impl.cc
|
| @@ -235,3 +235,7 @@ void WebMessagePortChannelImpl::OnMessagedQueued() {
|
| Release();
|
| ChildProcess::current()->ReleaseProcess();
|
| }
|
| +
|
| +WebMessagePortChannelImpl::Message::Message() {}
|
| +
|
| +WebMessagePortChannelImpl::Message::~Message() {}
|
|
|