| 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 b96554051c0a7456ef2a49aa495e44873e46e96d..113c19ead836f357a428482cdb988bf339f9f75f 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -207,8 +207,8 @@ $endif
|
|
|
| Node operator[](int index) => _this.$dom_childNodes[index];
|
| }
|
| -$ANNOTATIONS
|
| -class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| List<Node> get nodes {
|
| return new _ChildNodeListLazy(this);
|
| }
|
|
|