Chromium Code Reviews| Index: runtime/bin/socket_impl.dart |
| diff --git a/runtime/bin/socket_impl.dart b/runtime/bin/socket_impl.dart |
| index 419db47acd15fbd9280f9499b1f5e4426d3a2e86..702c2dfa30cfe37becaa70f69f9472a0bc681bf9 100644 |
| --- a/runtime/bin/socket_impl.dart |
| +++ b/runtime/bin/socket_impl.dart |
| @@ -225,7 +225,7 @@ class _SocketBase { |
| int hashCode() => _hashCode; |
| - bool _propagateError(Exception e) => null; |
| + bool _propagateError(Exception e) => false; |
| abstract bool _isListenSocket(); |
| abstract bool _isPipe(); |