Index: test/mjsunit/debug-stepout-scope-part8.js |
diff --git a/test/mjsunit/debug-stepout-scope-part8.js b/test/mjsunit/debug-stepout-scope-part8.js |
index 3979ceca4b3e266ff001c98b8e77845d492bbc33..790caca7c3a9c9c8a7d8fd093e59d6fd37ceba21 100644 |
--- a/test/mjsunit/debug-stepout-scope-part8.js |
+++ b/test/mjsunit/debug-stepout-scope-part8.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); |
} |
} |