Index: src/heap/mark-compact.cc |
diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc |
index 198aa04f7835ae941774b31339069ab99d49273b..4032c55592e7130d19653bfb7751d560f225f0ca 100644 |
--- a/src/heap/mark-compact.cc |
+++ b/src/heap/mark-compact.cc |
@@ -3695,7 +3695,7 @@ void MarkCompactCollector::UpdatePointersAfterEvacuation() { |
&UpdateReferenceInExternalStringTableEntry); |
EvacuationWeakObjectRetainer evacuation_object_retainer; |
- heap()->ProcessAllWeakReferences(&evacuation_object_retainer); |
+ heap()->ProcessWeakListRoots(&evacuation_object_retainer); |
} |
} |