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

Unified Diff: src/heap-snapshot-generator.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 | « no previous file | src/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | src/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698