Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index d966b6e7391c059b6e03cbb870e41813cb2d3895..c414e23d39b9bc86580efa349163c59dbf215441 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -70,9 +70,7 @@ BreakLocation::BreakLocation(Handle<DebugInfo> debug_info, RelocInfo* rinfo, |
data_(rinfo->data()), |
original_data_(original_rinfo->data()), |
position_(position), |
- statement_position_(statement_position) { |
- DCHECK(debug_info_->GetIsolate()->debug()->is_active()); |
-} |
+ statement_position_(statement_position) {} |
BreakLocation::Iterator::Iterator(Handle<DebugInfo> debug_info, |