Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index 13026ed644324734e5174a87ee06f79104f784e1..5800e3c5f2605c5b9f3174a7daff1dd4748a4ad3 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -1060,7 +1060,6 @@ void NormalizedMapCache::NormalizedMapCacheVerify() { |
} |
-#ifdef ENABLE_DEBUGGER_SUPPORT |
void DebugInfo::DebugInfoVerify() { |
CHECK(IsDebugInfo()); |
VerifyPointer(shared()); |
@@ -1077,7 +1076,6 @@ void BreakPointInfo::BreakPointInfoVerify() { |
statement_position()->SmiVerify(); |
VerifyPointer(break_point_objects()); |
} |
-#endif // ENABLE_DEBUGGER_SUPPORT |
#endif // VERIFY_HEAP |
#ifdef DEBUG |