Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 3003) |
+++ src/heap.h (working copy) |
@@ -887,6 +887,7 @@ |
static int initial_semispace_size_; |
static int young_generation_size_; |
static int old_generation_size_; |
+ static size_t code_range_size_; |
// For keeping track of how much data has survived |
// scavenge since last new space expansion. |