Index: tools/dom/templates/html/impl/impl_Node.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate |
index 8f2fc4adc677224703b416fe6bbd8179300f4c43..505c923d412773ec0d2e9e5d9dd38d020f432804 100644 |
--- a/tools/dom/templates/html/impl/impl_Node.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Node.darttemplate |
@@ -201,6 +201,10 @@ class TemplateInstance { |
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+ |
+ // Custom element created callback. |
+ Node._created(): super._created(); |
+ |
List<Node> get nodes { |
return new _ChildNodeListLazy(this); |
} |