Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index f9483999d73f88dc63c4719a295c9216ad7a2433..75f03e4db35902df56fce49ad6757f1f00bd8be1 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -1211,7 +1211,6 @@ void Script::ScriptPrint(FILE* out) { |
} |
-#ifdef ENABLE_DEBUGGER_SUPPORT |
void DebugInfo::DebugInfoPrint(FILE* out) { |
HeapObject::PrintHeader(out, "DebugInfo"); |
PrintF(out, "\n - shared: "); |
@@ -1233,7 +1232,6 @@ void BreakPointInfo::BreakPointInfoPrint(FILE* out) { |
PrintF(out, "\n - break_point_objects: "); |
break_point_objects()->ShortPrint(out); |
} |
-#endif // ENABLE_DEBUGGER_SUPPORT |
void DescriptorArray::PrintDescriptors(FILE* out) { |