Chromium Code Reviews| Index: sdk/lib/io/http_impl.dart |
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart |
| index e4f366db1bf47e61c5e423f52e90ff6f7a7a2c1d..735013dfa710434f854fdda9e4f7dcac3261769f 100644 |
| --- a/sdk/lib/io/http_impl.dart |
| +++ b/sdk/lib/io/http_impl.dart |
| @@ -2459,6 +2459,8 @@ class _DetachedSocket extends Stream<List<int>> implements Socket { |
| bool setOption(SocketOption option, bool enabled) { |
| return _socket.setOption(option, enabled); |
| } |
| + |
| + Map _toJSON(bool ref) => _socket._toJSON(ref); |
| } |