Index: src/runtime/runtime-strings.cc |
diff --git a/src/runtime/runtime-strings.cc b/src/runtime/runtime-strings.cc |
index bd4dd699b4576363f7232380b75653e20863fce1..fcec47ddab314a74061a9dc4c11a3983f451ea08 100644 |
--- a/src/runtime/runtime-strings.cc |
+++ b/src/runtime/runtime-strings.cc |
@@ -341,7 +341,7 @@ RUNTIME_FUNCTION(Runtime_StringMatch) { |
RUNTIME_ASSERT(regexp_info->HasFastObjectElements()); |
- RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate); |
+ RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); |
if (global_cache.HasException()) return isolate->heap()->exception(); |
int capture_count = regexp->CaptureCount(); |