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 67bbdd90f5eb8be54c788a873a17dad7cdd96851..38fdab1d9973adda7e41de88d832baee9790be82 100644 |
--- a/tools/dom/templates/html/impl/impl_Node.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Node.darttemplate |
@@ -307,6 +307,8 @@ $else |
*/ |
@DomName('Node.childNodes') |
@DocsEditable() |
+ @Returns('NodeList') |
+ @Creates('NodeList') |
final List<Node> childNodes; |
$endif |