Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_GlobalEventHandlers.darttemplate |
| diff --git a/tools/dom/templates/dart2js_impl.darttemplate b/tools/dom/templates/html/impl/impl_GlobalEventHandlers.darttemplate |
| similarity index 75% |
| copy from tools/dom/templates/dart2js_impl.darttemplate |
| copy to tools/dom/templates/html/impl/impl_GlobalEventHandlers.darttemplate |
| index 938f2a90c58f664299da6fdb4847dd8f4c801473..82862da7acaad5f82bd88a82532ac65518de60d9 100644 |
| --- a/tools/dom/templates/dart2js_impl.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_GlobalEventHandlers.darttemplate |
| @@ -5,5 +5,5 @@ |
| part of $LIBRARYNAME; |
| @DocsEditable() |
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS$IMPLEMENTS$NATIVESPEC { |
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME extends EventTarget$NATIVESPEC { |
|
blois
2014/01/10 22:01:22
Implements rather than extends?
|
| $!MEMBERS} |