| Index: sdk/lib/utf/utf32.dart
|
| diff --git a/sdk/lib/utf/utf32.dart b/sdk/lib/utf/utf32.dart
|
| index db023c79095f08e114982c2f2ae4425a9f048de5..fcb01b0d9732c044e9f5f1f9da01ad8196cd41e8 100644
|
| --- a/sdk/lib/utf/utf32.dart
|
| +++ b/sdk/lib/utf/utf32.dart
|
| @@ -180,6 +180,8 @@ typedef Utf32BytesDecoder Utf32BytesDecoderProvider();
|
| * provides an iterator on demand and the iterator will only translate bytes
|
| * as requested by the user of the iterator. (Note: results are not cached.)
|
| */
|
| +// TODO(floitsch): Consider removing the extend and switch to implements since
|
| +// that's cheaper to allocate.
|
| class IterableUtf32Decoder extends Iterable<int> {
|
| final Utf32BytesDecoderProvider codeunitsProvider;
|
|
|
|
|