Index: src/debug/liveedit.h |
diff --git a/src/debug/liveedit.h b/src/debug/liveedit.h |
index 41f04cdd58da4415e90b35849d932af002292da3..29fe60579feced820f726ca53044a400bf3c363a 100644 |
--- a/src/debug/liveedit.h |
+++ b/src/debug/liveedit.h |
@@ -61,6 +61,8 @@ |
enum FrameDropMode { |
// No frame has been dropped. |
FRAMES_UNTOUCHED, |
+ // The top JS frame had been calling IC stub. IC stub mustn't be called now. |
+ FRAME_DROPPED_IN_IC_CALL, |
// The top JS frame had been calling debug break slot stub. Patch the |
// address this stub jumps to in the end. |
FRAME_DROPPED_IN_DEBUG_SLOT_CALL, |