Index: sdk/lib/io/http.dart |
diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart |
index 3a7b47d2f662aac384f69bfad1c567856705f60d..386f8d28566d978198c57c9a8e661c11cbd5879e 100644 |
--- a/sdk/lib/io/http.dart |
+++ b/sdk/lib/io/http.dart |
@@ -2007,7 +2007,7 @@ class HttpException implements IOException { |
final String message; |
final Uri uri; |
- const HttpException(String this.message, {Uri this.uri}); |
+ const HttpException(this.message, {this.uri}); |
String toString() { |
var b = new StringBuffer() |