Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: src/mark-compact.cc

Issue 14060010: Build error fix after r14283. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap-snapshot-generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « src/heap-snapshot-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698