Index: src/mark-compact.cc |
diff --git a/src/mark-compact.cc b/src/mark-compact.cc |
index 721ce92e0661dc57738e11a84178d29f241d67ee..165c03f25f2fc580d54790b226ee98951492b4f1 100644 |
--- a/src/mark-compact.cc |
+++ b/src/mark-compact.cc |
@@ -1948,7 +1948,7 @@ void MarkCompactCollector::MarkImplicitRefGroups() { |
int representative_objects_index = 0; |
UniqueId current_group_id(0); |
- size_t current_group_start = 0; |
+ int current_group_start = 0; |
for (int i = 0; i <= ref_groups->length(); ++i) { |
if (i == 0) |
current_group_id = ref_groups->at(i).id; |