| Index: sdk/lib/io/http_session.dart
|
| diff --git a/sdk/lib/io/http_session.dart b/sdk/lib/io/http_session.dart
|
| index 85c9b3c431a9640f831ecf3cbcc660fa2e20b2f8..1b049e395d8f8eb2e74823a57bbe1a6efa3a89fd 100644
|
| --- a/sdk/lib/io/http_session.dart
|
| +++ b/sdk/lib/io/http_session.dart
|
| @@ -19,7 +19,7 @@ class _HttpSession implements HttpSession {
|
| _HttpSession _prev;
|
| _HttpSession _next;
|
|
|
| - final Map _data = new Map();
|
| + final Map _data = new HashMap();
|
|
|
| _HttpSession(_HttpSessionManager this._sessionManager, String this.id)
|
| : _lastSeen = new DateTime.now();
|
|
|