Chromium Code Reviews| Index: src/factory.cc |
| diff --git a/src/factory.cc b/src/factory.cc |
| index d2a8d79dcf9cb2ea84c72358dc645c8f1b1200e3..d6c583c7edc64ce8b6317a7304bea35e98723c0c 100644 |
| --- a/src/factory.cc |
| +++ b/src/factory.cc |
| @@ -56,6 +56,7 @@ Handle<PrototypeInfo> Factory::NewPrototypeInfo() { |
| Handle<PrototypeInfo>::cast(NewStruct(PROTOTYPE_INFO_TYPE)); |
| result->set_prototype_users(WeakFixedArray::Empty()); |
| result->set_validity_cell(Smi::FromInt(0)); |
| + result->set_constructor_name(Smi::FromInt(0)); |
| return result; |
| } |