Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index b4071c9a3cdeeb721adc03d24c7453d64c5e2761..ea45277911e9db3ff218d34d79dbeeaf55cd286e 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -479,7 +479,7 @@ namespace internal { |
F(RegExpCreate, 1, 1) \ |
F(RegExpExec, 4, 1) \ |
F(RegExpExecMultiple, 4, 1) \ |
- F(RegExpExecReThrow, 4, 1) \ |
+ F(RegExpExecReThrow, 0, 1) \ |
F(RegExpInitializeAndCompile, 3, 1) \ |
F(RegExpInternalReplace, 3, 1) \ |
F(RegExpReplace, 3, 1) \ |