Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp |
index ed2c72d3b5fd26e0473564733010ba18d47dac4e..0e9907a9e0824ab0031c14eb85e56a17d4d1a2fb 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp |
@@ -76,7 +76,7 @@ void MediaStreamAudioDestinationHandler::process(size_t numberOfFrames) |
void MediaStreamAudioDestinationHandler::setChannelCount(unsigned long channelCount, ExceptionState& exceptionState) |
{ |
- ASSERT(isMainThread()); |
+ DCHECK(isMainThread()); |
// Currently the maximum channel count supported for this node is 8, |
// which is constrained by m_source (WebAudioCapturereSource). Although |