Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 8b25e517340ecf4bdfa4c96231a26a1232e54d83..81f632ca800fda255263abdb5a1d30a73532082e 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -581,6 +581,7 @@ namespace internal { |
| F(ExecuteInDebugContext, 2, 1) \ |
| \ |
| F(SetFlags, 1, 1) \ |
| + F(HasAllocationSiteTransitioning, 0, 1) \ |
| F(CollectGarbage, 1, 1) \ |
| F(GetHeapUsage, 0, 1) |