| Index: third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp b/third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp
|
| index c2c747069c382ed8a3fc26df6a0562c5c689b5ce..1812a4c50231361dbda46cb338d488951acd90bd 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp
|
| @@ -20,7 +20,7 @@ void WebRTCAnswerOptions::Reset() {
|
| }
|
|
|
| bool WebRTCAnswerOptions::VoiceActivityDetection() const {
|
| - ASSERT(!private_.IsNull());
|
| + DCHECK(!private_.IsNull());
|
| return private_->VoiceActivityDetection();
|
| }
|
|
|
|
|