Index: third_party/WebKit/Source/modules/webaudio/AudioParam.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.idl b/third_party/WebKit/Source/modules/webaudio/AudioParam.idl |
index cc3746fbc5468f5c61c831f9c10885832980ae45..6169def0157799bc9799ba64f91c22db6c284fae 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AudioParam.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.idl |
@@ -43,7 +43,7 @@ |
// Sets an array of arbitrary parameter values starting at time for the given duration. |
// The number of values will be scaled to fit into the desired duration. |
- [RaisesException, MeasureAs=AudioParamSetValueCurveAtTime] AudioParam setValueCurveAtTime(Float32Array values, double time, double duration); |
+ [RaisesException, MeasureAs=AudioParamSetValueCurveAtTime, LegacyInterfaceTypeChecking] AudioParam setValueCurveAtTime(Float32Array values, double time, double duration); |
// Cancels all scheduled parameter changes with times greater than or equal to startTime. |
[RaisesException, MeasureAs=AudioParamCancelScheduledValues] AudioParam cancelScheduledValues(double startTime); |