Chromium Code Reviews| Index: dart/tools/dom/templates/html/impl/impl_Node.darttemplate |
| =================================================================== |
| --- dart/tools/dom/templates/html/impl/impl_Node.darttemplate (revision 30037) |
| +++ dart/tools/dom/templates/html/impl/impl_Node.darttemplate (working copy) |
| @@ -190,6 +190,9 @@ |
| // Custom element created callback. |
| Node._created() : super._created(); |
| + /** |
| + * A modifiable list of this node's children. |
| + */ |
| List<Node> get nodes { |
| return new _ChildNodeListLazy(this); |
| } |