Chromium Code Reviews| Index: runtime/bin/socket.dart |
| diff --git a/runtime/bin/socket.dart b/runtime/bin/socket.dart |
| index 83b16b288cfef5098f27d5c2967a7ce46d87c089..e84835882fc8534f072a601295867f70fa6df53b 100644 |
| --- a/runtime/bin/socket.dart |
| +++ b/runtime/bin/socket.dart |
| @@ -34,7 +34,7 @@ abstract class ServerSocket { |
| } |
| -abstract class Socket implements Hashable { |
| +abstract class Socket { |
|
Mads Ager (google)
2012/09/27 12:48:27
space
|
| /** |
| * Constructs a new socket and initiate connecting it to the given |
| * host on the given port. The returned socket is not yet connected |