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()); |
|
the sun
2016/03/21 13:03:08
you need to rebase.
ivoc
2016/03/22 13:44:54
Done, thanks (I removed this line while rebasing).
|
| return call_.get(); |
| } |