| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index 7a313801bf9e38ad083f3e3783019182a4a72da1..a924d8dc08ef69567c64747b9ceb5b11b475fbe4 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -3800,11 +3800,6 @@ void MarkCompactCollector::EvacuateNewSpaceAndCandidates() {
|
| EvacuationWeakObjectRetainer evacuation_object_retainer;
|
| heap()->ProcessAllWeakReferences(&evacuation_object_retainer);
|
|
|
| - // Collects callback info for handles that are pending (about to be
|
| - // collected) and either phantom or internal-fields. Releases the global
|
| - // handles. See also PostGarbageCollectionProcessing.
|
| - isolate()->global_handles()->CollectAllPhantomCallbackData();
|
| -
|
| // Visit invalidated code (we ignored all slots on it) and clear mark-bits
|
| // under it.
|
| ProcessInvalidatedCode(&updating_visitor);
|
|
|