Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index ac4a207f45ef46883ed7a2c224b3f18ba88cd418..f22eaf162c2b20a6426c0b58a630176f5ddd2389 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -101,6 +101,7 @@ namespace internal { |
| F(CompileForOnStackReplacement, 1, 1) \ |
| F(SetNewFunctionAttributes, 1, 1) \ |
| F(AllocateInNewSpace, 1, 1) \ |
| + F(AllocateInOldPointerSpace, 1, 1) \ |
| F(SetNativeFlag, 1, 1) \ |
| F(StoreArrayLiteralElement, 5, 1) \ |
| F(DebugCallbackSupportsStepping, 1, 1) \ |