| Index: sdk/lib/io/http_headers.dart
|
| diff --git a/sdk/lib/io/http_headers.dart b/sdk/lib/io/http_headers.dart
|
| index e6566e5cbe7e2bd9ad93ea8520e4246599bd828e..5c3054a528385e0b2d7fa116c4c7910ec39ec3fd 100644
|
| --- a/sdk/lib/io/http_headers.dart
|
| +++ b/sdk/lib/io/http_headers.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of dart.io;
|
| +
|
| class _HttpHeaders implements HttpHeaders {
|
| _HttpHeaders() : _headers = new Map<String, List<String>>();
|
|
|
|
|