| Index: third_party/WebKit/Source/modules/webaudio/GainNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/GainNode.cpp b/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
|
| index 581becbcc31791bc67c4fb32593f2ccab243c4c2..46d26a5e5bc95c9b4e0ee9ac97fa006012f05e41 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
|
| @@ -116,7 +116,7 @@ void GainHandler::checkNumberOfChannelsForInput(AudioNodeInput* input)
|
|
|
| GainNode::GainNode(AbstractAudioContext& context, float sampleRate)
|
| : AudioNode(context)
|
| - , m_gain(AudioParam::create(context, 1.0))
|
| + , m_gain(AudioParam::create(context, AudioParamHandler::GainGain, 1.0))
|
| {
|
| setHandler(GainHandler::create(*this, sampleRate, m_gain->handler()));
|
| }
|
|
|