| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index a845e06f232b9f0ec18e9592b98df20a98ed9102..f188abc27dac814c6b638b572ae0c1f06c5f5a83 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -992,7 +992,6 @@ void PrototypeInfo::PrototypeInfoPrint(std::ostream& os) { // NOLINT
|
| os << "\n - prototype users: " << Brief(prototype_users());
|
| os << "\n - registry slot: " << registry_slot();
|
| os << "\n - validity cell: " << Brief(validity_cell());
|
| - os << "\n - constructor name: " << Brief(constructor_name());
|
| os << "\n";
|
| }
|
|
|
|
|