diff options
Diffstat (limited to 'content/child/webmessageportchannel_impl.h')
-rw-r--r-- | content/child/webmessageportchannel_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/child/webmessageportchannel_impl.h b/content/child/webmessageportchannel_impl.h index b5c8e7b..8a766ae 100644 --- a/content/child/webmessageportchannel_impl.h +++ b/content/child/webmessageportchannel_impl.h @@ -106,6 +106,7 @@ class WebMessagePortChannelImpl struct Message { Message(); + Message(const Message& other); ~Message(); MessagePortMessage message; |