| Index: sdk/lib/html/html_common/filtered_element_list.dart
|
| diff --git a/sdk/lib/html/html_common/filtered_element_list.dart b/sdk/lib/html/html_common/filtered_element_list.dart
|
| index b9e3d37cd9018f9372807179dc7ac174cf9ccf85..afc6a073a52aad8865642f394c46a70035f495b2 100644
|
| --- a/sdk/lib/html/html_common/filtered_element_list.dart
|
| +++ b/sdk/lib/html/html_common/filtered_element_list.dart
|
| @@ -71,7 +71,7 @@ class FilteredElementList extends ListBase<Element> {
|
| throw new UnsupportedError('TODO(jacobr): should we impl?');
|
| }
|
|
|
| - 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();
|
| }
|
|
|
|
|