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