Build error fix after r14283.

BUG=NONE

Review URL: https://codereview.chromium.org/14060010

Patch from Marja Hölttä <marja@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14286 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c1a19275
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment