Chromium Code Reviews| 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)); |
| } |