| 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 b17787c93571376f735399b5147ca9b2b7492935..e6036ae3bb295f938639c781cac2e5d49a938cbd 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -199,7 +199,7 @@ class TemplateInstance {
|
| TemplateInstance(this.firstNode, this.lastNode, this.model);
|
| }
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| List<Node> get nodes {
|
| return new _ChildNodeListLazy(this);
|
| }
|
|
|