| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 733276982d2f52cae1bc42fdd8d46bd3b51fa977..ba6eaacd307add3644684acead656f2054a9c720 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -35,6 +35,11 @@ interface Document {
|
| };
|
|
|
| [Supplemental]
|
| +interface Node {
|
| + Node cloneNode([Default=Undefined] optional boolean deep);
|
| +};
|
| +
|
| +[Supplemental]
|
| interface ScriptProcessorNode {
|
| [Suppressed] attribute EventListener onaudioprocess;
|
| [Custom] void _setEventListener(EventListener eventListener);
|
|
|