Index: test/cctest/heap/heap-utils.h |
diff --git a/test/cctest/heap/heap-utils.h b/test/cctest/heap/heap-utils.h |
index 2f704cb4228eda4d93be89c607fa3c4e7a74922a..a494f542102a1d6aff761e6c8eebb1a69061071f 100644 |
--- a/test/cctest/heap/heap-utils.h |
+++ b/test/cctest/heap/heap-utils.h |
@@ -50,6 +50,8 @@ void AbandonCurrentlyFreeMemory(PagedSpace* space); |
void GcAndSweep(Heap* heap, AllocationSpace space); |
+void ForceEvacuationCandidate(Page* page); |
+ |
} // namespace heap |
} // namespace internal |
} // namespace v8 |