| Index: src/heap.cc
|
| ===================================================================
|
| --- src/heap.cc (revision 5176)
|
| +++ src/heap.cc (working copy)
|
| @@ -134,7 +134,6 @@
|
|
|
| #ifdef DEBUG
|
| bool Heap::allocation_allowed_ = true;
|
| -bool Heap::gc_allowed_ = true;
|
|
|
| int Heap::allocation_timeout_ = 0;
|
| bool Heap::disallow_allocation_failure_ = false;
|
| @@ -320,9 +319,6 @@
|
|
|
|
|
| void Heap::GarbageCollectionPrologue() {
|
| -#ifdef DEBUG
|
| - ASSERT(gc_allowed_);
|
| -#endif
|
| TranscendentalCache::Clear();
|
| ClearJSFunctionResultCaches();
|
| gc_count_++;
|
|
|