Index: tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
index 88ad1c15734f59602a50d2994d87bdbed6331072..d1a23cf0422571d823862b257be409e1dcefacac 100644 |
--- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
@@ -90,7 +90,7 @@ class ElementEvents extends Events { |
* Use the [on] property to add, and remove events |
* for compile-time type checks and a more concise API. |
*/ |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
// Custom element created callback. |
EventTarget._created(); |