Index: src/liveedit.cc |
diff --git a/src/liveedit.cc b/src/liveedit.cc |
index 406510a3b867fbcc65586ce67d0b6b73b48d14b9..b260c81f844be5bef478ff3b63d44797663f5385 100644 |
--- a/src/liveedit.cc |
+++ b/src/liveedit.cc |
@@ -1691,7 +1691,7 @@ static const char* DropFrames(Vector<StackFrame*> frames, |
Code* pre_top_frame_code = pre_top_frame->LookupCode(); |
bool frame_has_padding; |
if (pre_top_frame_code->is_inline_cache_stub() && |
- pre_top_frame_code->is_debug_break()) { |
+ pre_top_frame_code->is_debug_stub()) { |
// OK, we can drop inline cache calls. |
*mode = Debug::FRAME_DROPPED_IN_IC_CALL; |
frame_has_padding = Debug::FramePaddingLayout::kIsSupported; |