| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index f2f0b9bac7421f2441a0aa8787d0babeffea83ac..19735332f469222bc5fd962ae76fa96f424088ef 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -163,7 +163,8 @@ Heap::Heap()
|
| #endif
|
| promotion_queue_(this),
|
| configured_(false),
|
| - chunks_queued_for_free_(NULL) {
|
| + chunks_queued_for_free_(NULL),
|
| + relocation_mutex_(NULL) {
|
| // Allow build-time customization of the max semispace size. Building
|
| // V8 with snapshots and a non-default max semispace size is much
|
| // easier if you can define it as part of the build environment.
|
|
|