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 60f8fcce803fd42d3ba46a371eaf768bbd20956b..06b24fb385247124df742d0100f06e8e8561f33e 100644 |
--- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
@@ -60,6 +60,9 @@ class Events { |
*/ |
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+ // Custom element created callback. |
+ EventTarget._created(); |
+ |
/** |
* This is an ease-of-use accessor for event streams which should only be |
* used when an explicit accessor is not available. |