| Index: sdk/lib/utf/utf16.dart
|
| diff --git a/sdk/lib/utf/utf16.dart b/sdk/lib/utf/utf16.dart
|
| index 6d39d338489e5029d2710dd4fab9f5cd548c6a88..680d3de5eef3306307f7b4c00e78fe55dcad0606 100644
|
| --- a/sdk/lib/utf/utf16.dart
|
| +++ b/sdk/lib/utf/utf16.dart
|
| @@ -215,6 +215,8 @@ typedef _ListRangeIterator _CodeUnitsProvider();
|
| * 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 IterableUtf16Decoder extends Iterable<int> {
|
| final _CodeUnitsProvider codeunitsProvider;
|
| final int replacementCodepoint;
|
|
|