Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 88074d73e640c94965489487f5b9555649c389d9..f401e0df48ce7f42625e66c4c1a2072aee810213 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1451,6 +1451,8 @@ class Heap { |
// Allocate empty fixed array. |
MUST_USE_RESULT MaybeObject* AllocateEmptyFixedArray(); |
+ void SwitchScavengingVisitorsTableIfProfilingWasEnabled(); |
+ |
// Performs a minor collection in new generation. |
void Scavenge(); |