Chromium Code Reviews| Index: src/global-handles.cc |
| =================================================================== |
| --- src/global-handles.cc (revision 1853) |
| +++ src/global-handles.cc (working copy) |
| @@ -258,7 +258,7 @@ |
| } |
| -void GlobalHandles::MarkWeakRoots(WeakSlotCallback f) { |
| +void GlobalHandles::IdentifyWeakHandles(WeakSlotCallback f) { |
| for (Node* current = head_; current != NULL; current = current->next()) { |
| if (current->state_ == Node::WEAK) { |
| if (f(¤t->object_)) { |