| Index: Source/modules/webaudio/AudioParam.h
|
| diff --git a/Source/modules/webaudio/AudioParam.h b/Source/modules/webaudio/AudioParam.h
|
| index 5afdb6ac21686da013a2c412f1866d90f3bdc764..1d0fede5b30f217ce2d57684ca88ce08c8890d44 100644
|
| --- a/Source/modules/webaudio/AudioParam.h
|
| +++ b/Source/modules/webaudio/AudioParam.h
|
| @@ -101,10 +101,7 @@ private:
|
| : AudioSummingJunction(context)
|
| , m_value(defaultValue)
|
| , m_defaultValue(defaultValue)
|
| - , m_smoothedValue(defaultValue)
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + , m_smoothedValue(defaultValue) { }
|
|
|
| // sampleAccurate corresponds to a-rate (audio rate) vs. k-rate in the Web Audio specification.
|
| void calculateFinalValues(float* values, unsigned numberOfValues, bool sampleAccurate);
|
|
|