| Index: tool/input_sdk/patch/convert_patch.dart
|
| diff --git a/tool/input_sdk/patch/convert_patch.dart b/tool/input_sdk/patch/convert_patch.dart
|
| index 1b987ed42363feac303c7f03ecec37f8d73ee0eb..54575b5700d8e8fd315b635dab59668e9d050565 100644
|
| --- a/tool/input_sdk/patch/convert_patch.dart
|
| +++ b/tool/input_sdk/patch/convert_patch.dart
|
| @@ -397,8 +397,9 @@ class _JsonDecoderSink extends _StringSinkConversionSink {
|
|
|
| @patch class Utf8Decoder {
|
| @patch
|
| - Converter<List<int>,dynamic> fuse(Converter<String, dynamic> next) {
|
| - return super.fuse(next);
|
| + Converter<List<int>, dynamic/*=T*/> fuse/*<T>*/(
|
| + Converter<String, dynamic/*=T*/> next) {
|
| + return super.fuse/*<T>*/(next);
|
| }
|
|
|
| // Currently not intercepting UTF8 decoding.
|
|
|