| 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 2f7b2d7982b55f5416e75422138011f33ed49415..bb01401a69a81c5c22cb4e3d59836ffc5fe6e1d3 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -190,6 +190,9 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| // Custom element created callback.
|
| Node._created() : super._created();
|
|
|
| + /**
|
| + * A modifiable list of this node's children.
|
| + */
|
| List<Node> get nodes {
|
| return new _ChildNodeListLazy(this);
|
| }
|
|
|