Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index eb6912ca96eed7aa49b5fac8f7d9239ac7acc2a5..69c3a46d310a34394af50e3ede303d65b121b8f8 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -408,9 +408,7 @@ class Debug { |
bool IsBreakOnException(ExceptionBreakType type); |
// Stepping handling. |
- void PrepareStep(StepAction step_action, |
- int step_count, |
- StackFrame::Id frame_id); |
+ void PrepareStep(StepAction step_action, int step_count); |
void PrepareStepIn(Handle<JSFunction> function); |
void PrepareStepOnThrow(); |
void ClearStepping(); |