| Index: lib/io/socket_stream_impl.dart
|
| diff --git a/runtime/bin/socket_stream_impl.dart b/lib/io/socket_stream_impl.dart
|
| similarity index 99%
|
| rename from runtime/bin/socket_stream_impl.dart
|
| rename to lib/io/socket_stream_impl.dart
|
| index f3072be2a0c0507cac4b83310b64d89e8e78bf44..e56334c5c94732045a734f20ab211a9aafe2a6da 100644
|
| --- a/runtime/bin/socket_stream_impl.dart
|
| +++ b/lib/io/socket_stream_impl.dart
|
| @@ -77,7 +77,7 @@ class _SocketInputStream implements InputStream {
|
| }
|
| }
|
|
|
| - void _onSocketError(e) {
|
| + bool _onSocketError(e) {
|
| close();
|
| if (_onError != null) {
|
| _onError(e);
|
|
|