Chromium Code Reviews| Index: src/code-factory.h |
| diff --git a/src/code-factory.h b/src/code-factory.h |
| index e5653b823d513368a8b7d806db1d178f98d5c552..669f3798aaed0849b81cd3140ecc949d8bd5899a 100644 |
| --- a/src/code-factory.h |
| +++ b/src/code-factory.h |
| @@ -91,6 +91,8 @@ |
| OrdinaryToPrimitiveHint hint); |
| static Callable NumberToString(Isolate* isolate); |
| + static Callable RegExpExec(Isolate* isolate); |
| + |
| static Callable Add(Isolate* isolate); |
| static Callable Subtract(Isolate* isolate); |
| static Callable Multiply(Isolate* isolate); |