Chromium Code Reviews| Index: runtime/bin/http_impl.dart |
| =================================================================== |
| --- runtime/bin/http_impl.dart (revision 11416) |
| +++ runtime/bin/http_impl.dart (working copy) |
| @@ -1937,7 +1937,7 @@ |
| class _HttpClient implements HttpClient { |
| - static final int DEFAULT_EVICTION_TIMEOUT = 60000; |
| + static const int DEFAULT_EVICTION_TIMEOUT = 60000; |
| _HttpClient() : _openSockets = new Map(), |
| _activeSockets = new Set(), |