| Index: webrtc/api/peerconnection.cc
|
| diff --git a/webrtc/api/peerconnection.cc b/webrtc/api/peerconnection.cc
|
| index 7f1f4523781685f062bfa0f7e8b639fd1cc1b8d4..137739e163289b4b9c54c9eef46970a2694aade6 100644
|
| --- a/webrtc/api/peerconnection.cc
|
| +++ b/webrtc/api/peerconnection.cc
|
| @@ -573,7 +573,8 @@ bool PeerConnection::Initialize(
|
|
|
| session_.reset(
|
| new WebRtcSession(media_controller_.get(), factory_->signaling_thread(),
|
| - factory_->worker_thread(), port_allocator_.get()));
|
| + factory_->worker_thread(), factory_->network_thread(),
|
| + port_allocator_.get()));
|
| stats_.reset(new StatsCollector(this));
|
|
|
| // Initialize the WebRtcSession. It creates transport channels etc.
|
|
|