Index: Source/modules/webaudio/GainNode.cpp |
diff --git a/Source/modules/webaudio/GainNode.cpp b/Source/modules/webaudio/GainNode.cpp |
index 8959f5953485c5d41b1802c57645811a50b05d27..10f0caf581cd6177671676574de9deeeaa7f1959 100644 |
--- a/Source/modules/webaudio/GainNode.cpp |
+++ b/Source/modules/webaudio/GainNode.cpp |
@@ -97,8 +97,8 @@ void GainNode::checkNumberOfChannelsForInput(AudioNodeInput* input) |
ASSERT(input && input == this->input(0)); |
if (input != this->input(0)) |
return; |
- |
- unsigned numberOfChannels = input->numberOfChannels(); |
+ |
+ unsigned numberOfChannels = input->numberOfChannels(); |
if (isInitialized() && numberOfChannels != output(0)->numberOfChannels()) { |
// We're already initialized but the channel count has changed. |