| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index ca2c0257f63aa7f101a1abbc61a9ddc06ecd71d3..0b42ba8cbe2960d41685ed8bbce0b4fefe18140c 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -2201,6 +2201,8 @@ bool Isolate::Init(Deserializer* des) {
|
| DONT_TRACK_ALLOCATION_SITE, 0);
|
| stub.InitializeInterfaceDescriptor(
|
| this, code_stub_interface_descriptor(CodeStub::FastCloneShallowArray));
|
| +
|
| + ArrayConstructorStubBase::InstallDescriptors(this);
|
| }
|
|
|
| if (FLAG_parallel_recompilation) optimizing_compiler_thread_.Start();
|
|
|