Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 079a60f928fdb93c091fe2fdb9edef91fe965e65..af11f5c5fb43bcccfbdceebe3ec78cccab6420bb 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -146,6 +146,7 @@ namespace v8 { namespace internal { |
| F(StringLastIndexOf, 3) \ |
| F(StringLocaleCompare, 2) \ |
| F(StringSlice, 3) \ |
| + F(StringReplaceRegExpWithString, 4) \ |
| \ |
| /* Numbers */ \ |
| F(NumberToRadixString, 2) \ |