Index: src/global-handles.cc |
diff --git a/src/global-handles.cc b/src/global-handles.cc |
index 48d752b721191b21b60205165a1083b41c07782c..8058f350cdb96f14ec79b775d25e1ba2eb260548 100644 |
--- a/src/global-handles.cc |
+++ b/src/global-handles.cc |
@@ -588,7 +588,7 @@ bool GlobalHandles::IterateObjectGroups(ObjectVisitor* v, |
int surviving_info_index = 0; |
UniqueId current_group_id(0); |
- size_t current_group_start = 0; |
+ int current_group_start = 0; |
bool any_group_was_visited = false; |
for (int i = 0; i <= object_groups_.length(); ++i) { |