| Index: runtime/bin/socket_patch.dart
|
| diff --git a/runtime/bin/socket_patch.dart b/runtime/bin/socket_patch.dart
|
| index 2e7acd9b8af6117d0efe5d3867daddfaa2ae081c..fae7902b08ecdd35c66088373c94ec43ce3a1b1b 100644
|
| --- a/runtime/bin/socket_patch.dart
|
| +++ b/runtime/bin/socket_patch.dart
|
| @@ -659,7 +659,7 @@ patch class SecureSocket {
|
| }
|
|
|
|
|
| -class _SocketStreamConsumer extends StreamConsumer<List<int>, Socket> {
|
| +class _SocketStreamConsumer extends StreamConsumer<List<int>> {
|
| StreamSubscription subscription;
|
| final _Socket socket;
|
| int offset;
|
|
|