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

Unified Diff: pkg/serialization/lib/src/basic_rule.dart

Issue 14022007: Move Iterable implementation to collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Merge to head. Created 7 years, 8 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: pkg/serialization/lib/src/basic_rule.dart
diff --git a/pkg/serialization/lib/src/basic_rule.dart b/pkg/serialization/lib/src/basic_rule.dart
index c640ba6ba5113ee4c6a717dbf68abce234852722..b3e3a95a8883170a766803b108885e2369aa898d 100644
--- a/pkg/serialization/lib/src/basic_rule.dart
+++ b/pkg/serialization/lib/src/basic_rule.dart
@@ -419,7 +419,7 @@ class _ConstantField extends _Field {
* are kept in a separate object, which also has the ability to compute the
* default fields to use reflectively.
*/
-class _FieldList extends Iterable {
+class _FieldList extends IterableBase {
/**
* All of our fields, indexed by name. Note that the names are not
* necessarily strings.

Powered by Google App Engine
This is Rietveld 408576698