| 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 ad6c2db606631fed1e92e30c1182017ce2cab760..d44cb5fd91f0604cea75929e6e0ae63a9e7eeca3 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -91,7 +91,7 @@ $endif
|
| if (index == length) {
|
| _this.append(node);
|
| } else {
|
| - this_.insertBefore(node, this[index]);
|
| + _this.insertBefore(node, this[index]);
|
| }
|
| }
|
|
|
|
|