Index: src/runtime/runtime-debug.cc |
diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc |
index 17bc8cc9c48c4ca61d56debbb3c1fc7142f3cfb5..3d6f02f2ea1050b7b8ca08f88a45bc5f4800e8cb 100644 |
--- a/src/runtime/runtime-debug.cc |
+++ b/src/runtime/runtime-debug.cc |
@@ -1231,7 +1231,7 @@ RUNTIME_FUNCTION(Runtime_PrepareStep) { |
isolate->debug()->ClearStepping(); |
// Prepare step. |
- isolate->debug()->PrepareStep(static_cast<StepAction>(step_action), 1); |
+ isolate->debug()->PrepareStep(static_cast<StepAction>(step_action)); |
return isolate->heap()->undefined_value(); |
} |