| Index: third_party/WebKit/Source/modules/webaudio/GainNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/GainNode.cpp b/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
|
| index 0cbd8841bf5f35c4da17f2094975f25e16b6d0a8..88f7856ed554b82ab35404dc8742452540997c14 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
|
| @@ -114,7 +114,7 @@ void GainHandler::ProcessOnlyAudioParams(size_t frames_to_process) {
|
| // channel count.
|
| void GainHandler::CheckNumberOfChannelsForInput(AudioNodeInput* input) {
|
| DCHECK(Context()->IsAudioThread());
|
| - ASSERT(Context()->IsGraphOwner());
|
| + DCHECK(Context()->IsGraphOwner());
|
|
|
| DCHECK(input);
|
| DCHECK_EQ(input, &this->Input(0));
|
|
|