| Index: Source/modules/webaudio/GainNode.cpp
|
| diff --git a/Source/modules/webaudio/GainNode.cpp b/Source/modules/webaudio/GainNode.cpp
|
| index 10e06d2b34c6fd3c92ae406b0ea042d466ecbaa4..3da6aae15c5791436eef0dabcb23ca23b053fdb7 100644
|
| --- a/Source/modules/webaudio/GainNode.cpp
|
| +++ b/Source/modules/webaudio/GainNode.cpp
|
| @@ -40,7 +40,7 @@ GainNode::GainNode(AudioContext* context, float sampleRate)
|
| m_gain = AudioParam::create(context, 1.0);
|
|
|
| addInput();
|
| - addOutput(AudioNodeOutput::create(this, 1));
|
| + addOutput(1);
|
|
|
| initialize();
|
| }
|
|
|