| Index: Source/modules/webaudio/OscillatorNode.cpp
|
| diff --git a/Source/modules/webaudio/OscillatorNode.cpp b/Source/modules/webaudio/OscillatorNode.cpp
|
| index 599f41f9057c9e8908fcee120a0d30889881e2e9..66d7ece5f427f7b56c5aad3ee5372387b11b6f56 100644
|
| --- a/Source/modules/webaudio/OscillatorNode.cpp
|
| +++ b/Source/modules/webaudio/OscillatorNode.cpp
|
| @@ -74,6 +74,7 @@ OscillatorNode::OscillatorNode(AudioContext* context, float sampleRate)
|
| // An oscillator is always mono.
|
| addOutput(adoptPtr(new AudioNodeOutput(this, 1)));
|
|
|
| + suspendIfNeeded();
|
| initialize();
|
| }
|
|
|
|
|