| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 8c9035b368e61997b5ff61df9da7292255e343e1..733276982d2f52cae1bc42fdd8d46bd3b51fa977 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -19,7 +19,7 @@ interface WaveShaperNode {
|
| interface AudioParam {
|
| // TODO(ager): Auto-generate this custom method when the info about retaining
|
| // typed arrays is in the IDL.
|
| - [Custom] void setValueCurveAtTime(Float32Array values, float time, float duration);
|
| + [Custom] void setValueCurveAtTime(Float32Array values, double time, double duration);
|
| };
|
|
|
| [Supplemental]
|
|
|