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

Unified Diff: samples/swarm/Views.dart

Issue 11267018: Make getKeys, getValues getters (keys, values). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 years, 2 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 | « samples/markdown/html_renderer.dart ('k') | samples/tests/samples/lib/layout/grid_layout_demo.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/Views.dart
diff --git a/samples/swarm/Views.dart b/samples/swarm/Views.dart
index 24a65f8195e0527c4dd1c5cc7fc7224e82d0ddd1..57b50be9519e93ba1521dccb6ec93eca194c1b66 100644
--- a/samples/swarm/Views.dart
+++ b/samples/swarm/Views.dart
@@ -169,7 +169,7 @@ class GenericListView<D> extends View {
}
Collection<View> get childViews {
- return _itemViews.getValues();
+ return _itemViews.values;
}
void _onClick(MouseEvent e) {
« no previous file with comments | « samples/markdown/html_renderer.dart ('k') | samples/tests/samples/lib/layout/grid_layout_demo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698