Index: test/cctest/heap/test-heap.cc |
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc |
index d4f9de31a7d400ba3857052199ced746e7f39b12..ef4b217a7a6601bd804b3c715742397adda07146 100644 |
--- a/test/cctest/heap/test-heap.cc |
+++ b/test/cctest/heap/test-heap.cc |
@@ -5574,7 +5574,7 @@ |
CHECK(heap->InNewSpace(*o1)); |
CHECK(heap->InNewSpace(*o2)); |
- HeapIterator it(heap, i::HeapObjectsFiltering::kFilterUnreachable); |
+ HeapIterator it(heap, i::HeapIterator::kFilterUnreachable); |
// Replace parts of an object placed before a live object with a filler. This |
// way the filler object shares the mark bits with the following live object. |