| Index: src/liveedit.cc
|
| diff --git a/src/liveedit.cc b/src/liveedit.cc
|
| index a981f47b128d6bcee141989d026e087f7e46be12..2502ae688aa7116284b05c0b225eb5eeb079cec6 100644
|
| --- a/src/liveedit.cc
|
| +++ b/src/liveedit.cc
|
| @@ -1663,7 +1663,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->ic_state() == DEBUG_BREAK) {
|
| + pre_top_frame_code->is_debug_break()) {
|
| // OK, we can drop inline cache calls.
|
| *mode = Debug::FRAME_DROPPED_IN_IC_CALL;
|
| frame_has_padding = Debug::FramePaddingLayout::kIsSupported;
|
|
|