| Index: sdk/lib/io/data_transformer.dart
|
| diff --git a/sdk/lib/io/data_transformer.dart b/sdk/lib/io/data_transformer.dart
|
| index 84a43683c31caf735eea8fb9061f3c9e5c8ce195..0c922366576ff475820d86550844d04abb9df84c 100644
|
| --- a/sdk/lib/io/data_transformer.dart
|
| +++ b/sdk/lib/io/data_transformer.dart
|
| @@ -292,7 +292,8 @@ class GZipCodec extends Codec<List<int>, List<int>> {
|
| * The [ZLibEncoder] encoder is used by [ZLibCodec] and [GZipCodec] to compress
|
| * data.
|
| */
|
| -class ZLibEncoder extends Converter<List<int>, List<int>> {
|
| +class ZLibEncoder extends Converter<List<int>, List<int>>
|
| + implements ChunkedConverter<List<int>, List<int>, List<int>, List<int>> {
|
| /**
|
| * When true, `GZip` frames will be added to the compressed data.
|
| */
|
|
|