Index: Source/modules/webaudio/ChannelMergerNode.cpp |
diff --git a/Source/modules/webaudio/ChannelMergerNode.cpp b/Source/modules/webaudio/ChannelMergerNode.cpp |
index 82df7a59fa990c2e34c76a6fff00b3a554d9b33e..1b2167b5f1581b8ee5586fa90592c0689467ea10 100644 |
--- a/Source/modules/webaudio/ChannelMergerNode.cpp |
+++ b/Source/modules/webaudio/ChannelMergerNode.cpp |
@@ -61,7 +61,7 @@ ChannelMergerNode::ChannelMergerNode(AudioContext* context, float sampleRate, un |
addInput(); |
// Create the output with the requested number of channels. |
- addOutput(AudioNodeOutput::create(this, numberOfInputs)); |
+ addOutput(numberOfInputs); |
initialize(); |
} |