Chromium Code Reviews| 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 39a311c3b873de51e138a8c0c2e215aa204d1dcd..396a27926236b01f17649683cd61e8415110d4e1 100644 |
| --- a/sdk/lib/html/html_common/filtered_element_list.dart |
| +++ b/sdk/lib/html/html_common/filtered_element_list.dart |
| @@ -126,7 +126,7 @@ class FilteredElementList implements List { |
| return _filtered.singleMatching(test); |
| } |
| - E elementAt(int index) { |
| + elementAt(int index) { |
|
kasperl
2013/01/15 07:25:20
Use Element as the return type?
Johnni Winther
2013/01/15 11:30:10
Done (by someone in another CL).
|
| return this[index]; |
| } |