Chromium Code Reviews| Index: src/heap.h | 
| =================================================================== | 
| --- src/heap.h (revision 3016) | 
| +++ src/heap.h (working copy) | 
| @@ -889,6 +889,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. |