Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index c7c4b55489828b930ac0c768345c4114bc5e0d27..7473a3c536abbdba3a494f06b145167f3ce64756 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -446,7 +446,8 @@ class Debug { |
// The top JS frame had been calling some C++ function. The return address |
// gets patched automatically. |
FRAME_DROPPED_IN_DIRECT_CALL, |
- FRAME_DROPPED_IN_RETURN_CALL |
+ FRAME_DROPPED_IN_RETURN_CALL, |
+ CURRENTLY_SET_MODE |
}; |
void FramesHaveBeenDropped(StackFrame::Id new_break_frame_id, |