Index: test/cctest/heap/test-heap.cc |
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc |
index deaa6fbdf57e8f927bc9dfa8f3bca69c7b16310e..e3b11142f82c0e7f0cde68d3b3338441c3dfe4bc 100644 |
--- a/test/cctest/heap/test-heap.cc |
+++ b/test/cctest/heap/test-heap.cc |
@@ -1479,7 +1479,7 @@ TEST(TestCodeFlushingIncrementalScavenge) { |
// Simulate incremental marking so that the functions are enqueued as |
// code flushing candidates. Then kill one of the functions. Finally |
// perform a scavenge while incremental marking is still running. |
- heap::SimulateIncrementalMarking(CcTest::heap()); |
+ heap::SimulateIncrementalMarking(CcTest::heap(), false); |
*function2.location() = NULL; |
CcTest::heap()->CollectGarbage(NEW_SPACE, "test scavenge while marking"); |