Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 17897dd7f031854baee8ba3db4218899c560397c..1524349210a2e6d6e0c65e2978085950fffd6cb9 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -1587,7 +1587,7 @@ bool Debug::StepNextContinue(BreakLocationIterator* break_location_iterator, |
// object. |
bool Debug::IsDebugBreak(Address addr) { |
Code* code = Code::GetCodeFromTargetAddress(addr); |
- return code->ic_state() == DEBUG_BREAK; |
+ return code->is_debug_break(); |
} |