| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index c10414c194c75292748da4243a4f30f0f77bde1d..fdcaa74670c11d14caa5fb2f955291946dbd3298 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -988,7 +988,6 @@ void Script::ScriptPrint(std::ostream& os) { // NOLINT
|
| void DebugInfo::DebugInfoPrint(std::ostream& os) { // NOLINT
|
| HeapObject::PrintHeader(os, "DebugInfo");
|
| os << "\n - shared: " << Brief(shared());
|
| - os << "\n - original_code: " << Brief(original_code());
|
| os << "\n - code: " << Brief(code());
|
| os << "\n - break_points: ";
|
| break_points()->Print(os);
|
|
|