| Index: content/child/websocket_bridge.cc
|
| diff --git a/content/child/websocket_bridge.cc b/content/child/websocket_bridge.cc
|
| index a213bd77b634ef4a56c68004a80e09dbc65f406c..5b327024313893d60d5789cdedf465720a96f66e 100644
|
| --- a/content/child/websocket_bridge.cc
|
| +++ b/content/child/websocket_bridge.cc
|
| @@ -227,11 +227,8 @@ void WebSocketBridge::connect(
|
| << JoinString(protocols_to_pass, ", ") << "), "
|
| << origin_to_pass.string() << ")";
|
|
|
| - ChildThread::current()->Send(
|
| - new WebSocketHostMsg_AddChannelRequest(channel_id_,
|
| - url,
|
| - protocols_to_pass,
|
| - origin_to_pass));
|
| + ChildThread::current()->Send(new WebSocketHostMsg_AddChannelRequest(
|
| + channel_id_, url, protocols_to_pass, origin_to_pass, render_frame_id_));
|
| }
|
|
|
| void WebSocketBridge::send(bool fin,
|
|
|