Chromium Code Reviews| Index: tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate |
| diff --git a/tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate b/tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate |
| index 2f1edacb3c30a51265c63982893ada1757cb7a43..c1c7292ccc5719c6da6b008320ac41b0e70a3919 100644 |
| --- a/tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate |
| +++ b/tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate |
| @@ -12,7 +12,7 @@ |
| * |
| * * [KeyboardEvent](https://developer.mozilla.org/en/DOM/KeyboardEvent) at MDN. |
| */ |
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
|
blois
2014/07/22 20:44:10
Why not just put it in the annotations list?
sra1
2014/07/22 22:47:06
Some templates had explicit 'native' clauses which
|
| /** |
| * Programmatically create a KeyboardEvent. |