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

Unified Diff: runtime/bin/http.dart

Issue 9699017: Start better error reporting for sockets (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed bug Created 8 years, 9 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
« no previous file with comments | « runtime/bin/dartutils.cc ('k') | runtime/bin/http_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/http.dart
diff --git a/runtime/bin/http.dart b/runtime/bin/http.dart
index 0baa356e85f75a4f8ca7bc449d3147af4de86ca8..9588e0049c97852d7099e656a454441aebd8b37b 100644
--- a/runtime/bin/http.dart
+++ b/runtime/bin/http.dart
@@ -292,7 +292,7 @@ interface HttpClientConnection {
* Sets the handler that gets called if an error occurs while
* processing the HTTP request.
*/
- void set onError(void handler(HttpException e));
+ void set onError(void handler(HttpException e));
}
« no previous file with comments | « runtime/bin/dartutils.cc ('k') | runtime/bin/http_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698