Index: test/mjsunit/debug-stepout-scope-part3.js |
diff --git a/test/mjsunit/debug-stepout-scope-part3.js b/test/mjsunit/debug-stepout-scope-part3.js |
index ab49d8457c6f71ff7b5d3d8f2151d69353b13142..2584914681c6cb7f48901082262585e8e7589df4 100644 |
--- a/test/mjsunit/debug-stepout-scope-part3.js |
+++ b/test/mjsunit/debug-stepout-scope-part3.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); |
} |
} |