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