Revision: 14286
Author:   [email protected]
Date:     Tue Apr 16 07:24:31 2013
Log:      Build error fix after r14283.

BUG=NONE

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

Patch from Marja Hölttä <[email protected]>.
http://code.google.com/p/v8/source/detail?r=14286

Modified:
 /branches/bleeding_edge/src/heap-snapshot-generator.cc
 /branches/bleeding_edge/src/mark-compact.cc

=======================================
--- /branches/bleeding_edge/src/heap-snapshot-generator.cc Tue Apr 16 05:57:01 2013 +++ /branches/bleeding_edge/src/heap-snapshot-generator.cc Tue Apr 16 07:24:31 2013
@@ -2001,7 +2001,7 @@

   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;
=======================================
--- /branches/bleeding_edge/src/mark-compact.cc Tue Apr 16 05:57:01 2013
+++ /branches/bleeding_edge/src/mark-compact.cc Tue Apr 16 07:24:31 2013
@@ -1948,7 +1948,7 @@

   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;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to