| 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 ed1299ef8454d28ba5977f03eac7626e15730b6f..4177ea6abbc4c9bf5c7a52e5dfd77ae33b8b102d 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -167,8 +167,7 @@ class _ChildrenElementList extends ListBase<Element> {
|
| return _childElements.fold(initialValue, combine);
|
| }
|
|
|
| - void setRange(int start, int rangeLength, List from,
|
| - [int startFrom = 0]) {
|
| + void setRange(int start, int end, List from, [int startFrom = 0]) {
|
| throw new UnimplementedError();
|
| }
|
|
|
| @@ -326,8 +325,7 @@ class _FrozenElementList extends ListBase {
|
| throw new UnsupportedError('');
|
| }
|
|
|
| - void setRange(int start, int rangeLength, List from,
|
| - [int startFrom = 0]) {
|
| + void setRange(int start, int end, List from, [int startFrom = 0]) {
|
| throw new UnsupportedError('');
|
| }
|
|
|
|
|