| Index: runtime/lib/regexp_patch.dart
|
| diff --git a/runtime/lib/regexp_patch.dart b/runtime/lib/regexp_patch.dart
|
| index c3ad96c60b69453742d987058b6a941ea603fff3..c31a7791ac10d205c8cf12f5b9eeda3b18cec13e 100644
|
| --- a/runtime/lib/regexp_patch.dart
|
| +++ b/runtime/lib/regexp_patch.dart
|
| @@ -48,7 +48,7 @@ patch class RegExp {
|
| // mirrors_impl.dart.
|
| static const int _MAX_CACHE_SIZE = 256;
|
| static final Map<_JSSyntaxRegExpHashKey, _JSSyntaxRegExp> _cache =
|
| - new HashMap<_JSSyntaxRegExpHashKey, _JSSyntaxRegExpValue>();
|
| + new HashMap<_JSSyntaxRegExpHashKey, _JSSyntaxRegExpHashValue>();
|
| static final LinkedList<_JSSyntaxRegExpHashKey> _recentlyUsed =
|
| new LinkedList<_JSSyntaxRegExpHashKey>();
|
| }
|
|
|