Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(684)

Unified Diff: runtime/bin/socket_impl.dart

Issue 10441078: Add test that passes invalid arguments to socket methods and fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698