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

Unified Diff: tests/html/node_test.dart

Issue 10979063: Removing ElementList. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Syncing. Created 8 years, 3 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
« no previous file with comments | « tests/html/htmlcollection_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/node_test.dart
diff --git a/tests/html/node_test.dart b/tests/html/node_test.dart
index 13cf7313297ba4af15037fcfb1a7e96bc72e1554..6b39f3509e27b602096fdd0942a9df9296e512eb 100644
--- a/tests/html/node_test.dart
+++ b/tests/html/node_test.dart
@@ -172,7 +172,7 @@ main() {
});
group('_NodeList', () {
- NodeList makeNodeList() =>
+ List<Node> makeNodeList() =>
makeNodeWithChildren().nodes.filter((_) => true);
test('first', () {
« no previous file with comments | « tests/html/htmlcollection_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698