Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 6057) |
+++ src/heap.h (working copy) |
@@ -1141,7 +1141,7 @@ |
static int mc_count_; // how many mark-compact collections happened |
static int ms_count_; // how many mark-sweep collections happened |
- static int gc_count_; // how many gc happened |
+ static unsigned int gc_count_; // how many gc happened |
// Total length of the strings we failed to flatten since the last GC. |
static int unflattened_strings_length_; |