Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index da78b18a512764dae3510e6fcc6dfaa66665e129..73db9e56183820aee326c2c11c53b8e5597b4612 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1902,6 +1902,7 @@ class Heap { |
bool PerformGarbageCollection(GarbageCollector collector, |
GCTracer* tracer); |
+ bool IterateObjectGroups(ObjectVisitor* scavenge_visitor); |
inline void UpdateOldSpaceLimits(); |