Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index eb3afd9fc4d94c6c119560b36a9fc6ec764225f1..ba481bccc4274dcc14e6302e73b0c91eaae83b96 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1834,6 +1834,8 @@ class Heap { |
return amount_of_external_allocated_memory_; |
} |
+ void DeoptMarkedAllocationSites(); |
+ |
// ObjectStats are kept in two arrays, counts and sizes. Related stats are |
// stored in a contiguous linear buffer. Stats groups are stored one after |
// another. |