| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index a61dd239d12d817a1e718ee4af74b865a1ce7a1a..0688fe1d06808d83c82adadfeb2c06427b22db1c 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -219,7 +219,7 @@ class _ChildrenElementList implements List {
|
| throw new RangeError.range(index, 0, length);
|
| }
|
| if (index == length) {
|
| - _element.$dom_appendChild(element);
|
| + _element.append(element);
|
| } else {
|
| throw new UnimplementedError("insert on ElementLists");
|
| }
|
|
|