| Index: sdk/lib/_internal/js_runtime/lib/convert_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/convert_patch.dart b/sdk/lib/_internal/js_runtime/lib/convert_patch.dart
|
| index 9cac10e030618f131657f35e1851947e78c5437b..65395a8acd9ee04fce36e60204900d756153c98e 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/convert_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/convert_patch.dart
|
| @@ -397,7 +397,7 @@ class _JsonDecoderSink extends _StringSinkConversionSink {
|
|
|
| @patch class Utf8Decoder {
|
| @patch
|
| - Converter<List<int>,dynamic> fuse(Converter<String, dynamic> next) {
|
| + Converter<List<int>, T> fuse<T>(Converter<String, T> next) {
|
| return super.fuse(next);
|
| }
|
|
|
|
|