| Index: sdk/lib/utf/utf32.dart
|
| diff --git a/sdk/lib/utf/utf32.dart b/sdk/lib/utf/utf32.dart
|
| index b9d9e98b48f420afa5837e479de01a7839ee0459..acf6ac3d879c5d0dc69dfcbf5169faa7bac8e3ef 100644
|
| --- a/sdk/lib/utf/utf32.dart
|
| +++ b/sdk/lib/utf/utf32.dart
|
| @@ -195,7 +195,7 @@ class IterableUtf32Decoder extends Iterable<int> {
|
| /**
|
| * Abstrace parent class converts encoded bytes to codepoints.
|
| */
|
| -class Utf32BytesDecoder implements _ListRangeIterator {
|
| +abstract class Utf32BytesDecoder implements _ListRangeIterator {
|
| final _ListRangeIterator utf32EncodedBytesIterator;
|
| final int replacementCodepoint;
|
| int _current = null;
|
|
|