Chromium Code Reviews| Index: pkg/http/lib/src/base_response.dart |
| =================================================================== |
| --- pkg/http/lib/src/base_response.dart (revision 17246) |
| +++ pkg/http/lib/src/base_response.dart (working copy) |
| @@ -43,7 +43,7 @@ |
| this.statusCode, |
| this.contentLength, |
| {this.request, |
| - this.headers: const <String>{}, |
| + this.headers: const <String, String>{}, |
| this.isRedirect: false, |
| this.persistentConnection: true, |
| this.reasonPhrase}); |