| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index 735013dfa710434f854fdda9e4f7dcac3261769f..dc2877b5532104529b91fe424a245e951e8befc8 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -2401,7 +2401,7 @@ class _HttpConnectionInfo implements HttpConnectionInfo {
|
|
|
| class _DetachedSocket extends Stream<List<int>> implements Socket {
|
| final Stream<List<int>> _incoming;
|
| - final Socket _socket;
|
| + final _socket;
|
|
|
| _DetachedSocket(this._socket, this._incoming);
|
|
|
|
|