| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 58632fa569d7f3c52de2752048492689a57903f4..77f0680a7e0c05bab71496ab52afb3137a9f3a0d 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -1,13 +1,5 @@
|
| // This file introduces / supplements and forces Dart declarations.
|
|
|
| -[DartSupplemental,
|
| - Constructor]
|
| -interface AudioContext {
|
| - // TODO(ager): Auto-generate this custom method when the info about retaining
|
| - // typed arrays is in the IDL.
|
| - [Custom] void decodeAudioData(ArrayBuffer audioData, AudioBufferCallback successCallback, AudioBufferCallback errorCallback);
|
| -};
|
| -
|
| [DartSupplemental]
|
| interface WaveShaperNode {
|
| // TODO(ager): Auto-generate this custom method when the info about retaining
|
|
|