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

Unified Diff: src/global-handles.cc

Issue 14075006: Fix build failures on Win64 since r14215. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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/heap-snapshot-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | src/heap-snapshot-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698