Index: src/snapshot/serialize.cc |
diff --git a/src/snapshot/serialize.cc b/src/snapshot/serialize.cc |
index c52754e2310fd0d00c51fe90f2838b47dc63c33e..b7c7dc1dd1c012264705860fd832e087910fc67e 100644 |
--- a/src/snapshot/serialize.cc |
+++ b/src/snapshot/serialize.cc |
@@ -567,6 +567,8 @@ |
isolate_->heap()->undefined_value()); |
isolate_->heap()->set_last_array_buffer_in_list( |
isolate_->heap()->undefined_value()); |
+ isolate->heap()->set_new_array_buffer_views_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. |