Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index e0117ef9bf7065f275a96c432c3fac9d538049ea..1fca29a4ad269db7182c53afc78cac3cbbed30c9 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -153,6 +153,7 @@ namespace internal { |
| /* Regular expressions */ \ |
| F(RegExpInitializeAndCompile, 3, 1) \ |
| F(RegExpExecMultiple, 4, 1) \ |
| + F(RegExpExecReThrow, 4, 1) \ |
| \ |
| /* JSON */ \ |
| F(ParseJson, 1, 1) \ |