| Index: src/snapshot/serialize.cc
|
| diff --git a/src/snapshot/serialize.cc b/src/snapshot/serialize.cc
|
| index dbe92a6accb129520b22838e09ea8a7f3ee485a1..26f8da3af8a036719e38dbea237f1296da2b9476 100644
|
| --- a/src/snapshot/serialize.cc
|
| +++ b/src/snapshot/serialize.cc
|
| @@ -563,6 +563,10 @@
|
|
|
| isolate_->heap()->set_native_contexts_list(
|
| isolate_->heap()->undefined_value());
|
| + isolate_->heap()->set_array_buffers_list(
|
| + isolate_->heap()->undefined_value());
|
| + isolate_->heap()->set_last_array_buffer_in_list(
|
| + isolate_->heap()->undefined_value());
|
|
|
| // The allocation site list is build during root iteration, but if no sites
|
| // were encountered then it needs to be initialized to undefined.
|
|
|