Chromium Code Reviews| Index: sdk/lib/core/iterable.dart |
| diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart |
| index 19972c12fd94c46ef1e36b2a13e5140d46624d91..72bb3ceddedb7111102e7c47b464261c526c579b 100644 |
| --- a/sdk/lib/core/iterable.dart |
| +++ b/sdk/lib/core/iterable.dart |
| @@ -18,5 +18,5 @@ abstract class Iterable<E> { |
| /** |
| * Returns an [Iterator] that iterates over this [Iterable] object. |
| */ |
| - Iterator<E> iterator(); |
| + Iterator<E> get iterator; |
| } |