Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index f167886227343d8f3bb03091e6b16aee8f4b806e..6e03b0c6a2fe897fbef4af6a0cbe801e6124c8c5 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -2001,7 +2001,7 @@ void NativeObjectsExplorer::FillImplicitReferences() { |
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; |