| Index: test/cctest/heap/test-heap.cc
|
| diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc
|
| index ef4b217a7a6601bd804b3c715742397adda07146..d4f9de31a7d400ba3857052199ced746e7f39b12 100644
|
| --- a/test/cctest/heap/test-heap.cc
|
| +++ b/test/cctest/heap/test-heap.cc
|
| @@ -5574,7 +5574,7 @@ TEST(Regress507979) {
|
| CHECK(heap->InNewSpace(*o1));
|
| CHECK(heap->InNewSpace(*o2));
|
|
|
| - HeapIterator it(heap, i::HeapIterator::kFilterUnreachable);
|
| + HeapIterator it(heap, i::HeapObjectsFiltering::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.
|
|
|