Index: src/heap.cc |
=================================================================== |
--- src/heap.cc (revision 4222) |
+++ src/heap.cc (working copy) |
@@ -114,7 +114,7 @@ |
int Heap::mc_count_ = 0; |
int Heap::gc_count_ = 0; |
-int Heap::unflattended_strings_length_ = 0; |
+int Heap::unflattened_strings_length_ = 0; |
int Heap::always_allocate_scope_depth_ = 0; |
int Heap::linear_allocation_scope_depth_ = 0; |
@@ -304,7 +304,7 @@ |
void Heap::GarbageCollectionPrologue() { |
TranscendentalCache::Clear(); |
gc_count_++; |
- unflattended_strings_length_ = 0; |
+ unflattened_strings_length_ = 0; |
#ifdef DEBUG |
ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); |
allow_allocation(false); |