| Index: Source/modules/webaudio/OscillatorNode.cpp
|
| diff --git a/Source/modules/webaudio/OscillatorNode.cpp b/Source/modules/webaudio/OscillatorNode.cpp
|
| index 62ce3b790375f1c1b4c7671f79bf9ac2b0cc16cc..57ace58e3324a79507c0a7f54833344d75fd0a54 100644
|
| --- a/Source/modules/webaudio/OscillatorNode.cpp
|
| +++ b/Source/modules/webaudio/OscillatorNode.cpp
|
| @@ -61,7 +61,7 @@ OscillatorNode::OscillatorNode(AudioContext* context, float sampleRate)
|
| setType(m_type);
|
|
|
| // An oscillator is always mono.
|
| - addOutput(AudioNodeOutput::create(this, 1));
|
| + addOutput(1);
|
|
|
| initialize();
|
| }
|
|
|