Index: sdk/lib/io/http_headers.dart |
diff --git a/sdk/lib/io/http_headers.dart b/sdk/lib/io/http_headers.dart |
index 40df48a3c2fd8f739265621310daad4a7094401c..b272e88cb6b3aeffaac793975144a012333bab80 100644 |
--- a/sdk/lib/io/http_headers.dart |
+++ b/sdk/lib/io/http_headers.dart |
@@ -612,7 +612,7 @@ class _HeaderValue implements HeaderValue { |
Map<String, String> _parameters; |
Map<String, String> _unmodifiableParameters; |
- _HeaderValue([String this._value = "", Map<String, String> parameters]) { |
+ _HeaderValue([this._value = "", Map<String, String> parameters]) { |
if (parameters != null) { |
_parameters = new HashMap<String, String>.from(parameters); |
} |