| Index: sdk/lib/utf/utf16.dart
|
| diff --git a/sdk/lib/utf/utf16.dart b/sdk/lib/utf/utf16.dart
|
| index 4fbb80ff9618352ab030b752ea439c10654433e0..c451b1e5112c3537e18fe8d87d85a29a8718bc56 100644
|
| --- a/sdk/lib/utf/utf16.dart
|
| +++ b/sdk/lib/utf/utf16.dart
|
| @@ -206,7 +206,7 @@ class IterableUtf16Decoder extends Iterable<int> {
|
| * to produce the code unit (0-(2^16)-1). Relies on BOM to determine
|
| * endian-ness, and defaults to BE.
|
| */
|
| -class Utf16BytesToCodeUnitsDecoder implements _ListRangeIterator {
|
| +abstract class Utf16BytesToCodeUnitsDecoder implements _ListRangeIterator {
|
| final _ListRangeIterator utf16EncodedBytesIterator;
|
| final int replacementCodepoint;
|
| int _current = null;
|
|
|