Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index f2876371e5a2ecdf742e553a8269c4a9b2ca88e5..e0117ef9bf7065f275a96c432c3fac9d538049ea 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -427,7 +427,6 @@ namespace internal { |
| /* String and Regexp */ \ |
| F(NumberToStringRT, 1, 1) \ |
| F(RegExpConstructResultRT, 3, 1) \ |
| - F(RegExpExecRT, 4, 1) \ |
| F(StringAddRT, 2, 1) \ |
| F(SubStringRT, 3, 1) \ |
| F(InternalizeString, 1, 1) \ |