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

Unified Diff: samples/ui_lib/layout/GridTracks.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/tests/samples/lib/layout/layout_test.dart ('k') | samples/ui_lib/observable/EventBatch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/ui_lib/layout/GridTracks.dart
diff --git a/samples/ui_lib/layout/GridTracks.dart b/samples/ui_lib/layout/GridTracks.dart
index fb7976fee707d399e3a7dfa321e5b0001e8f469c..99f5bc22536638cb2f2866f1ec8a1d0b8b376cee 100644
--- a/samples/ui_lib/layout/GridTracks.dart
+++ b/samples/ui_lib/layout/GridTracks.dart
@@ -127,7 +127,7 @@ class GridTemplate {
}
// Finally, check that each rectangle is valid (i.e. all spaces filled)
- for (final rect in _rects.getValues()) {
+ for (final rect in _rects.values) {
rect.checkValid();
}
}
« no previous file with comments | « samples/tests/samples/lib/layout/layout_test.dart ('k') | samples/ui_lib/observable/EventBatch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698