Chromium Code Reviews| Index: tools/dom/idl/dart/dart.idl |
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl |
| index 533a448b4caa60f581143c154709aa08a90a0f5e..8342f08c5f85d9af51069ee701ab93e27f4feb03 100644 |
| --- a/tools/dom/idl/dart/dart.idl |
| +++ b/tools/dom/idl/dart/dart.idl |
| @@ -422,6 +422,10 @@ interface MIDIOutput : MIDIPort { |
| [DartSuppress] void send(sequence<unsigned long> data, optional double timestamp); |
| }; |
| +[DartSuppress] |
| +interface MutationEvent {}; |
| + |
| + |
| Element implements GlobalEventHandlers; |