Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index 85f7583495457eddb33340bbd1d46445fe2c243b..03ee40e6e66e94ce91b25a77e45f3d48d9200779 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -261,7 +261,9 @@ class Debug { |
void FloodHandlerWithOneShot(); |
void ChangeBreakOnException(ExceptionBreakType type, bool enable); |
bool IsBreakOnException(ExceptionBreakType type); |
- void PrepareStep(StepAction step_action, int step_count); |
+ void PrepareStep(StepAction step_action, |
+ int step_count, |
+ StackFrame::Id frame_id); |
void ClearStepping(); |
void ClearStepOut(); |
bool IsStepping() { return thread_local_.step_count_ > 0; } |