| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index bd521794ede771ce1d48363d80803c6bc5154165..dc297817594322439b23d0d8585e617e291a3efa 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -164,7 +164,8 @@ Heap::Heap()
|
| deserialization_complete_(false),
|
| concurrent_sweeping_enabled_(false),
|
| strong_roots_list_(NULL),
|
| - array_buffer_tracker_(NULL) {
|
| + array_buffer_tracker_(NULL),
|
| + force_oom_(false) {
|
| // 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.
|
|
|