| Index: runtime/bin/socket_stream_impl.dart
|
| diff --git a/runtime/bin/socket_stream_impl.dart b/runtime/bin/socket_stream_impl.dart
|
| index 819a1a6495183b6494dd631f179f5ee4967f6a86..678259db6f4e2d6bb6d237d1b096ac02a6a2ca7b 100644
|
| --- a/runtime/bin/socket_stream_impl.dart
|
| +++ b/runtime/bin/socket_stream_impl.dart
|
| @@ -83,7 +83,8 @@ class _SocketInputStream implements SocketInputStream {
|
| }
|
|
|
|
|
| -class _SocketOutputStream implements SocketOutputStream {
|
| +class _SocketOutputStream
|
| + extends _BaseOutputStream implements SocketOutputStream {
|
| _SocketOutputStream(Socket socket)
|
| : _socket = socket, _pendingWrites = new _BufferList();
|
|
|
|
|