| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index 2271ae875585b7d4c1493cc66cb463013a3ad5a1..9e28d012fb71b28a93606ad1e6d08c596f323f18 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -4964,7 +4964,7 @@ bool Heap::ConfigureHeap(int max_semi_space_size,
|
| max_semi_space_size_ = Page::kPageSize;
|
| }
|
|
|
| - if (Snapshot::HaveASnapshotToStartFrom()) {
|
| + if (Snapshot::IsEnabled()) {
|
| // If we are using a snapshot we always reserve the default amount
|
| // of memory for each semispace because code in the snapshot has
|
| // write-barrier code that relies on the size and alignment of new
|
|
|