| Index: sdk/lib/core/list.dart
|
| diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart
|
| index 868e9537175a276e7f36dbc6462e8277e8176cf0..34aefca97b0be729e031833edf93a626bd494664 100644
|
| --- a/sdk/lib/core/list.dart
|
| +++ b/sdk/lib/core/list.dart
|
| @@ -36,7 +36,7 @@ part of dart.core;
|
| * temporarily and is restored before continuing the iteration, the iterator
|
| * does not detect it.
|
| */
|
| -abstract class List<E> implements Iterable<E> {
|
| +abstract class List<E> implements Iterable<E>, EfficientLength {
|
| /**
|
| * Creates a list of the given length.
|
| *
|
|
|