Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: sdk/lib/html/html_common/filtered_element_list.dart

Issue 11887015: Add dart2js unittest to analyze the API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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];
}
« sdk/lib/html/dart2js/html_dart2js.dart ('K') | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698