diff options
Diffstat (limited to 'content/child/webmessageportchannel_impl.cc')
-rw-r--r-- | content/child/webmessageportchannel_impl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/child/webmessageportchannel_impl.cc b/content/child/webmessageportchannel_impl.cc index 6fdd08c..9274c73 100644 --- a/content/child/webmessageportchannel_impl.cc +++ b/content/child/webmessageportchannel_impl.cc @@ -350,6 +350,8 @@ void WebMessagePortChannelImpl::OnMessagesQueued() { WebMessagePortChannelImpl::Message::Message() {} +WebMessagePortChannelImpl::Message::Message(const Message& other) = default; + WebMessagePortChannelImpl::Message::~Message() {} } // namespace content |