| Index: third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp b/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp
|
| index 20b61f0dd85197c0dd33d64b89bd3763dc7fe7ab..fc728c2426d161f9b09ca97737212962136b5f84 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp
|
| @@ -63,7 +63,7 @@ Document* MediaDevicesRequest::ownerDocument()
|
|
|
| ScriptPromise MediaDevicesRequest::start()
|
| {
|
| - ASSERT(m_controller);
|
| + DCHECK(m_controller);
|
| m_resolver->keepAliveWhilePending();
|
| m_controller->requestMediaDevices(this);
|
| return m_resolver->promise();
|
|
|