Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 23e91f2ae9e9b64cdf19bd3ce3410e1082508980..a9a7d4a3e3d86963dbf9021ded7128a39bd776ef 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -101,6 +101,7 @@ namespace internal { |
| F(GetOptimizationStatus, -1, 1) \ |
| F(GetOptimizationCount, 1, 1) \ |
| F(CompileForOnStackReplacement, 1, 1) \ |
| + F(SetAllocationTimeout, 2, 1) \ |
| F(AllocateInNewSpace, 1, 1) \ |
| F(AllocateInOldPointerSpace, 1, 1) \ |
| F(AllocateInOldDataSpace, 1, 1) \ |