| Index: sdk/lib/utf/utf_core.dart
|
| diff --git a/sdk/lib/utf/utf_core.dart b/sdk/lib/utf/utf_core.dart
|
| index a1cedcece985c193b05a446ef78147a3bfc7d212..03723b97493b5df626b5bf0fc6cd613842d2afb8 100644
|
| --- a/sdk/lib/utf/utf_core.dart
|
| +++ b/sdk/lib/utf/utf_core.dart
|
| @@ -204,7 +204,7 @@ class Utf16CodeUnitDecoder implements Iterator<int> {
|
| * range within a source list. DO NOT MODIFY the underlying list while
|
| * iterating over it. The results of doing so are undefined.
|
| */
|
| -class _ListRange implements Iterable {
|
| +class _ListRange extends Iterable {
|
| final List _source;
|
| final int _offset;
|
| final int _length;
|
|
|