| Index: runtime/lib/regexp_patch.dart
|
| diff --git a/runtime/lib/regexp_patch.dart b/runtime/lib/regexp_patch.dart
|
| index c31a7791ac10d205c8cf12f5b9eeda3b18cec13e..118b875d4bdacbd82bd80c7a69f84ec6eb59e928 100644
|
| --- a/runtime/lib/regexp_patch.dart
|
| +++ b/runtime/lib/regexp_patch.dart
|
| @@ -47,7 +47,7 @@ patch class RegExp {
|
| // TODO(zerny): Use self-sizing cache similar to _AccessorCache in
|
| // mirrors_impl.dart.
|
| static const int _MAX_CACHE_SIZE = 256;
|
| - static final Map<_JSSyntaxRegExpHashKey, _JSSyntaxRegExp> _cache =
|
| + static final Map<_JSSyntaxRegExpHashKey, _JSSyntaxRegExpHashValue> _cache =
|
| new HashMap<_JSSyntaxRegExpHashKey, _JSSyntaxRegExpHashValue>();
|
| static final LinkedList<_JSSyntaxRegExpHashKey> _recentlyUsed =
|
| new LinkedList<_JSSyntaxRegExpHashKey>();
|
|
|