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 16fad6d897b03ba2c343c940364059e0d8438444..6542c2af3baba4bb08cdd9799d0334f18f914c57 100644 |
| --- a/tools/dom/idl/dart/dart.idl |
| +++ b/tools/dom/idl/dart/dart.idl |
| @@ -463,6 +463,9 @@ interface RTCPeerConnection { |
| }; |
| [DartSuppress] |
| +interface DragEvent {}; |
| + |
| +[DartSuppress] |
| interface InputEvent {}; |
| Element implements GlobalEventHandlers; |