Index: content/child/websocket_bridge.cc |
diff --git a/content/child/websocket_bridge.cc b/content/child/websocket_bridge.cc |
index 2af6e8ece84e35f3451851b1b67aeb1e6e92be8d..987ae4e5792b80a312ed5236585f31599a0a7bd1 100644 |
--- a/content/child/websocket_bridge.cc |
+++ b/content/child/websocket_bridge.cc |
@@ -220,8 +220,8 @@ void WebSocketBridge::connect( |
url::Origin origin_to_pass(origin); |
DVLOG(1) << "Bridge#" << channel_id_ << " Connect(" << url << ", (" |
- << JoinString(protocols_to_pass, ", ") << "), " |
- << origin_to_pass.string() << ")"; |
+ << JoinString(protocols_to_pass, ", ") << "), " << origin_to_pass |
+ << ")"; |
ChildThreadImpl::current()->Send(new WebSocketHostMsg_AddChannelRequest( |
channel_id_, url, protocols_to_pass, origin_to_pass, render_frame_id_)); |