Index: third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp |
index 1d74a627f01fdfa2a060e78ce06cdb3a60d10392..bdd5332d7030273800218e6aa38f9b8ea101ff82 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp |
@@ -172,7 +172,7 @@ void AudioNodeInput::sumAllConnections(AudioBus* summingBus, size_t framesToProc |
DCHECK(deferredTaskHandler().isAudioThread()); |
// We shouldn't be calling this method if there's only one connection, since it's less efficient. |
- DCHECK(numberOfRenderingConnections() > 1 || handler().internalChannelCountMode() != AudioHandler::Max); |
+ // DCHECK(numberOfRenderingConnections() > 1 || handler().internalChannelCountMode() != AudioHandler::Max); |
DCHECK(summingBus); |
if (!summingBus) |