| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 355522afb770e83cd19d260a35cef7f1748b588f..974c4c009eb26f8ffd516bf6867566d6326dabf8 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -471,7 +471,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) \
|
|
|