| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 0450497d67e9aceae2e19920a87ccfb41fbed76c..8f77faa9b8ba13377b6541448438d100ff1dd9ea 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -12,8 +12,8 @@ interface Document {
|
|
|
| [Supplemental]
|
| interface ScriptProcessorNode {
|
| - // FIXME(antonm): provide proper support.
|
| [Suppressed] attribute EventListener onaudioprocess;
|
| + [Custom] void _setEventListener(EventListener eventListener);
|
| };
|
|
|
| // Force ElementTraversal. WebKit defines these directly.
|
|
|