diff --git a/video/receive_statistics_proxy2.cc b/video/receive_statistics_proxy2.cc index 3e1bcbc4a4..bf2eda086d 100644 --- a/video/receive_statistics_proxy2.cc +++ b/video/receive_statistics_proxy2.cc @@ -589,7 +589,6 @@ void ReceiveStatisticsProxy::UpdateDecodeTimeHistograms( int width, int height, int decode_time_ms) const { - RTC_DCHECK_RUN_ON(&decode_queue_); // TODO(bugs.webrtc.org/11489): Consider posting the work to the worker // thread.