| Index: sdk/lib/io/http_headers.dart
|
| diff --git a/sdk/lib/io/http_headers.dart b/sdk/lib/io/http_headers.dart
|
| index 8153850133591827312f4a9bc838f7335b0426e6..cabdfb019224f361180b2ceb4a137f339a0845c4 100644
|
| --- a/sdk/lib/io/http_headers.dart
|
| +++ b/sdk/lib/io/http_headers.dart
|
| @@ -23,7 +23,7 @@ class _HttpHeaders implements HttpHeaders {
|
| return values[0];
|
| }
|
|
|
| - void add(String name, Object value) {
|
| + void add(String name, value) {
|
| _checkMutable();
|
| if (value is List) {
|
| for (int i = 0; i < value.length; i++) {
|
|
|