| 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 0688fe1d06808d83c82adadfeb2c06427b22db1c..f72a85d21a2d28cf204519aa958817a9567ef598 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -221,7 +221,7 @@ class _ChildrenElementList implements List {
|
| if (index == length) {
|
| _element.append(element);
|
| } else {
|
| - throw new UnimplementedError("insert on ElementLists");
|
| + _element.insertBefore(element, this[index]);
|
| }
|
| }
|
|
|
|
|