Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 05f09f6f3ef87e3d4c8ea798c39f538096549ac6..8bd8775be66bbda2226fc22f3ff02774135ebcd0 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -153,6 +153,7 @@ namespace internal { |
| /* Regular expressions */ \ |
| F(RegExpCompile, 3, 1) \ |
| F(RegExpExec, 4, 1) \ |
| + F(RegExpExecMultiple, 4, 1) \ |
| \ |
| /* Strings */ \ |
| F(StringCharCodeAt, 2, 1) \ |