| Index: third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| index cd4e8647f506876bd12e728c0b9f9ec08ffb3f82..cd2bba03204fe6c802a688110aa492d6afbde1ff 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| @@ -246,7 +246,7 @@ class AudioParam final : public GarbageCollectedFinalized<AudioParam>,
|
| double time,
|
| double time_constant,
|
| ExceptionState&);
|
| - AudioParam* setValueCurveAtTime(DOMFloat32Array* curve,
|
| + AudioParam* setValueCurveAtTime(const Vector<float>& curve,
|
| double time,
|
| double duration,
|
| ExceptionState&);
|
|
|