Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index f5f66914fcf441c8eafd93c85b84ac0be249f118..d5cfcd506dbab00de0aea767175358cf357a0791 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1814,6 +1814,8 @@ class Heap { |
void AddToRingBuffer(const char* string); |
void GetFromRingBuffer(char* buffer); |
+ void CompactRetainedMaps(ArrayList* retained_maps); |
+ |
// Attempt to over-approximate the weak closure by marking object groups and |
// implicit references from global handles, but don't atomically complete |
// marking. If we continue to mark incrementally, we might have marked |