| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index 14c44e88dce3f6b83e4706ebd5a14a2072a9a648..1671a079c879f1300e9f7b88d550384fd91aee58 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -155,6 +155,9 @@ Heap::Heap()
|
| ms_count_at_last_idle_notification_(0),
|
| gc_count_at_last_idle_gc_(0),
|
| scavenges_since_last_idle_round_(kIdleScavengeThreshold),
|
| +#ifdef VERIFY_HEAP
|
| + no_weak_embedded_maps_verification_scope_depth_(0),
|
| +#endif
|
| promotion_queue_(this),
|
| configured_(false),
|
| chunks_queued_for_free_(NULL),
|
|
|