Chromium Code Reviews| Index: webrtc/api/mediacontroller.cc |
| diff --git a/webrtc/api/mediacontroller.cc b/webrtc/api/mediacontroller.cc |
| index 341c013ed153c3d29efd03eb6b93a4a69460f30b..b27ea3105dfbe54f172baa574b1bda0003048d3d 100644 |
| --- a/webrtc/api/mediacontroller.cc |
| +++ b/webrtc/api/mediacontroller.cc |
| @@ -42,6 +42,7 @@ class MediaController : public webrtc::MediaControllerInterface, |
| webrtc::Call* call_w() override { |
| RTC_DCHECK(worker_thread_->IsCurrent()); |
| + RTC_DCHECK(call_.get()); |
| return call_.get(); |
| } |