| Index: runtime/bin/socket_stream_impl.dart
|
| diff --git a/runtime/bin/socket_stream_impl.dart b/runtime/bin/socket_stream_impl.dart
|
| index c50f64a85a57a881ebf5d8f6b7673111e37a21e8..22d3f73b1e07d1cd73702d0c6bd12c1e81fb7be4 100644
|
| --- a/runtime/bin/socket_stream_impl.dart
|
| +++ b/runtime/bin/socket_stream_impl.dart
|
| @@ -136,6 +136,8 @@ class _SocketOutputStream
|
| _closed = true;
|
| }
|
|
|
| + bool get closed() => _closed;
|
| +
|
| void set onNoPendingWrites(void callback()) {
|
| _onNoPendingWrites = callback;
|
| if (_onNoPendingWrites != null) {
|
|
|