Index: src/objects-debug.cc |
=================================================================== |
--- src/objects-debug.cc (revision 2383) |
+++ src/objects-debug.cc (working copy) |
@@ -949,6 +949,7 @@ |
} |
+#ifdef ENABLE_DEBUGGER_SUPPORT |
void DebugInfo::DebugInfoVerify() { |
CHECK(IsDebugInfo()); |
VerifyPointer(shared()); |
@@ -988,6 +989,7 @@ |
PrintF("\n - break_point_objects: "); |
break_point_objects()->ShortPrint(); |
} |
+#endif |
void JSObject::IncrementSpillStatistics(SpillInformation* info) { |