Chromium Code Reviews| Index: src/factory.cc |
| diff --git a/src/factory.cc b/src/factory.cc |
| index 595259b3aaf85831f639cee7b4db2f9360ba4ccc..f138db7d6b5a78ad84ab9592a5f6dde535cb0f17 100644 |
| --- a/src/factory.cc |
| +++ b/src/factory.cc |
| @@ -96,7 +96,6 @@ 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_constructor_name(Smi::FromInt(0)); |
| return result; |
| } |