Index: test/cctest/test-debug.cc |
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc |
index 758df68cccd6ae7ad979a079cc750fb8baa75260..cbdbbab3bbf4226f014badd5de3b8afe5e5e17bf 100644 |
--- a/test/cctest/test-debug.cc |
+++ b/test/cctest/test-debug.cc |
@@ -341,7 +341,7 @@ static void ChangeBreakOnExceptionFromJS(v8::Isolate* isolate, bool caught, |
// Prepare to step to next break location. |
static void PrepareStep(StepAction step_action) { |
v8::internal::Debug* debug = CcTest::i_isolate()->debug(); |
- debug->PrepareStep(step_action, 1, StackFrame::NO_ID); |
+ debug->PrepareStep(step_action, 1); |
} |