Chromium Code Reviews| Index: src/factory.cc |
| diff --git a/src/factory.cc b/src/factory.cc |
| index 34c2bc5c69cd4a98ad5c3e2c2d189a8e67f92873..cee362588050ce732da537a0bc6a0a60fb84fcf4 100644 |
| --- a/src/factory.cc |
| +++ b/src/factory.cc |
| @@ -96,6 +96,7 @@ Handle<PrototypeInfo> Factory::NewPrototypeInfo() { |
| result->set_prototype_users(WeakFixedArray::Empty()); |
| result->set_registry_slot(PrototypeInfo::UNREGISTERED); |
| result->set_validity_cell(Smi::FromInt(0)); |
| + result->set_bit_field(0); |
| return result; |
| } |