DescriptionAdd a missing DCHECK to PlatformThread::SetPriority.
This DCHECK is for the 'new and improved' way of setting thread priority.
What could happen is that code that's migrating over to the new method
might still have a lingering SetPriority call, that could incorrectly bind the
'spawned_thread_checker_' to the construction thread.
BUG=none
Review-Url: https://codereview.webrtc.org/2753423002
Cr-Commit-Position: refs/heads/master@{#17305}
Committed: https://chromium.googlesource.com/external/webrtc/+/7c3da271419ceeef6601c99dcb5cb5400b7157c4
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|