Index: test/mjsunit/debug-stepout-scope-part2.js |
diff --git a/test/mjsunit/debug-stepout-scope-part2.js b/test/mjsunit/debug-stepout-scope-part2.js |
index 5d97a88d6ec6d9fad4a950c7277a87401da2c334..5b0b17b9e4c4fbccbebe7ed4af479525e5f089a2 100644 |
--- a/test/mjsunit/debug-stepout-scope-part2.js |
+++ b/test/mjsunit/debug-stepout-scope-part2.js |
@@ -44,7 +44,7 @@ function listener(event, exec_state, event_data, data) { |
} |
// Do steps until we reach the global scope again. |
- exec_state.prepareStep(Debug.StepAction.StepIn, 1); |
+ exec_state.prepareStep(Debug.StepAction.StepIn); |
} |
} |