| Index: sdk/lib/convert/utf.dart
|
| diff --git a/sdk/lib/convert/utf.dart b/sdk/lib/convert/utf.dart
|
| index df7551a7540459a34f33812ed56975c385a8187d..2fcb915c9a52a83d5ac5196e96c7ad8b87a68782 100644
|
| --- a/sdk/lib/convert/utf.dart
|
| +++ b/sdk/lib/convert/utf.dart
|
| @@ -342,6 +342,8 @@ class Utf8Decoder extends Converter<List<int>, String> {
|
|
|
| // Override the base-classes bind, to provide a better type.
|
| Stream<String> bind(Stream<List<int>> stream) => super.bind(stream);
|
| +
|
| + external Converter<List<int>,dynamic> fuse(Converter<String, dynamic> next);
|
| }
|
|
|
| // UTF-8 constants.
|
|
|