| Index: webrtc/pc/peerconnectionfactory.cc
|
| diff --git a/webrtc/pc/peerconnectionfactory.cc b/webrtc/pc/peerconnectionfactory.cc
|
| index 777bac1eb59aadd49bcc9af1d44ac66e9d02276f..77e6f2c272582cc988416f2a801f8011ed34c765 100644
|
| --- a/webrtc/pc/peerconnectionfactory.cc
|
| +++ b/webrtc/pc/peerconnectionfactory.cc
|
| @@ -374,7 +374,6 @@ rtc::Thread* PeerConnectionFactory::signaling_thread() {
|
| }
|
|
|
| rtc::Thread* PeerConnectionFactory::worker_thread() {
|
| - RTC_DCHECK(signaling_thread_->IsCurrent());
|
| return worker_thread_;
|
| }
|
|
|
|
|