| 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 efa097e7723861a5d028b8f69ead777c08b8a4a3..7b05c2541251c9b350b857d3c48bd777321ad1f1 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
|
|
|