Chromium Code Reviews
DescriptionRemove DCHECK from PeerConnectionFactory::worker_thread.
PeerConnection::SetBitrate calls PeerConnectionFactory::worker_thread
from multiple threads, so it was triggering the DCHECK. However, the
worker thread never changes after construction, so worker_thread should
be safe to call from multiple threads.
BUG=NONE
Review-Url: https://codereview.webrtc.org/2923953004
Cr-Commit-Position: refs/heads/master@{#18576}
Committed: https://chromium.googlesource.com/external/webrtc/+/179f99730775f1de20f7dd178f7784b0f64df1d9
Patch Set 1 #Patch Set 2 : Remove failing DCHECK #Messages
Total messages: 13 (7 generated)
|