Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 4222) |
| +++ src/heap.h (working copy) |
| @@ -970,7 +970,7 @@ |
| static int gc_count_; // how many gc happened |
| // Total length of the strings we failed to flatten since the last GC. |
| - static int unflattended_strings_length_; |
| + static int unflattened_strings_length_; |
| #define ROOT_ACCESSOR(type, name, camel_name) \ |
| static inline void set_##name(type* value) { \ |