Index: test/cctest/test-debug.cc |
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc |
index cbdbbab3bbf4226f014badd5de3b8afe5e5e17bf..e35227ab2364cb445d8f8fac9a3e4e056ec9ac60 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); |
+ debug->PrepareStep(step_action); |
} |