Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 10cd44d3559d43fd591da3a3e0f2373f0b346a04..2bfecbb1cb9e0755e75e6d348f34041545818754 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -100,6 +100,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) \ |