| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index 9de8006946ebc6e3908fd5341974f7ba5a26abe1..07a4ac49d88443b2073d43c53535c103595adc36 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -1413,8 +1413,6 @@ class RootMarkingVisitor : public ObjectVisitor {
|
|
|
| HeapObject* object = HeapObject::cast(*p);
|
|
|
| - if (collector_->heap()->PurgeLeftTrimmedObject(p)) return;
|
| -
|
| MarkBit mark_bit = Marking::MarkBitFrom(object);
|
| if (Marking::IsBlackOrGrey(mark_bit)) return;
|
|
|
|
|