Index: src/global-handles.h |
=================================================================== |
--- src/global-handles.h (revision 1853) |
+++ src/global-handles.h (working copy) |
@@ -98,8 +98,9 @@ |
// Iterates over all weak roots in heap. |
static void IterateWeakRoots(ObjectVisitor* v); |
- // Mark the weak pointers based on the callback. |
- static void MarkWeakRoots(WeakSlotCallback f); |
+ // Find all weak handles satisfying the callback predicate, mark |
+ // them as pending. |
+ static void IdentifyWeakHandles(WeakSlotCallback f); |
// Add an object group. |
// Should only used in GC callback function before a collection. |