| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index 2b79a5bf8f25a74a8ac37a35efa75fe7427ea86e..f0967c72000e52d0ea4090aa5255180bda48c855 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -55,6 +55,7 @@ Handle<PrototypeInfo> Factory::NewPrototypeInfo() {
|
| Handle<PrototypeInfo> result =
|
| Handle<PrototypeInfo>::cast(NewStruct(PROTOTYPE_INFO_TYPE));
|
| result->set_prototype_users(WeakFixedArray::Empty());
|
| + result->set_registry_slot(PrototypeInfo::UNREGISTERED);
|
| result->set_validity_cell(Smi::FromInt(0));
|
| result->set_constructor_name(Smi::FromInt(0));
|
| return result;
|
|
|