diff options
author | thestig <thestig@chromium.org> | 2015-12-30 11:25:45 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-30 19:26:54 +0000 |
commit | fd11ffe8afb5270c0714c5b456763cb19e5a67d4 (patch) | |
tree | 70fbf54a8ab59c80da3dca64b9e04fdbe7ce6812 /components/message_port | |
parent | ee750771ee64d8171670d6d6d525e71378bd2adb (diff) | |
download | chromium_src-fd11ffe8afb5270c0714c5b456763cb19e5a67d4.zip chromium_src-fd11ffe8afb5270c0714c5b456763cb19e5a67d4.tar.gz chromium_src-fd11ffe8afb5270c0714c5b456763cb19e5a67d4.tar.bz2 |
Remove random lonely semicolons.
Review URL: https://codereview.chromium.org/1553623002
Cr-Commit-Position: refs/heads/master@{#367171}
Diffstat (limited to 'components/message_port')
-rw-r--r-- | components/message_port/web_message_port_channel_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/message_port/web_message_port_channel_impl.cc b/components/message_port/web_message_port_channel_impl.cc index 8a85173e..dca8b4f 100644 --- a/components/message_port/web_message_port_channel_impl.cc +++ b/components/message_port/web_message_port_channel_impl.cc @@ -34,7 +34,6 @@ void WebMessagePortChannelImpl::CreatePair( } *channel1 = new WebMessagePortChannelImpl(std::move(pipe1)); - ; *channel2 = new WebMessagePortChannelImpl(std::move(pipe2)); } |