Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 0ebb15f638bf868ff84d219ada8b3a16827ca495..16339478822b3582006020f6d65ce7db305ca0f6 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -462,6 +462,7 @@ namespace internal { |
| F(RegExpExec, 4, 1) \ |
| F(RegExpExecMultiple, 4, 1) \ |
| F(RegExpExecReThrow, 4, 1) \ |
| + F(RegExpInitializeAndCompile, 3, 1) \ |
| F(RegExpInternalReplace, 3, 1) \ |
| F(RegExpReplace, 3, 1) \ |
| F(RegExpSplit, 3, 1) \ |