| Index: tools/dom/templates/html/impl/impl_WindowEventHandlers.darttemplate
|
| diff --git a/tools/dom/templates/dart2js_impl.darttemplate b/tools/dom/templates/html/impl/impl_WindowEventHandlers.darttemplate
|
| similarity index 75%
|
| copy from tools/dom/templates/dart2js_impl.darttemplate
|
| copy to tools/dom/templates/html/impl/impl_WindowEventHandlers.darttemplate
|
| index 938f2a90c58f664299da6fdb4847dd8f4c801473..82862da7acaad5f82bd88a82532ac65518de60d9 100644
|
| --- a/tools/dom/templates/dart2js_impl.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_WindowEventHandlers.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 {
|
| $!MEMBERS}
|
|
|