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