| Index: test/mjsunit/regress/debug-prepare-step-in.js
|
| diff --git a/test/mjsunit/regress/debug-prepare-step-in.js b/test/mjsunit/regress/debug-prepare-step-in.js
|
| index 60b47f7a5d15ac6df14bb8fbcf6c20c820684db4..93474da695f60e82ee9bf579e966dc765bddc779 100644
|
| --- a/test/mjsunit/regress/debug-prepare-step-in.js
|
| +++ b/test/mjsunit/regress/debug-prepare-step-in.js
|
| @@ -30,7 +30,7 @@
|
| Debug = debug.Debug
|
|
|
| function breakListener(event, exec_state, event_data, data) {
|
| - exec_state.prepareStep(Debug.StepAction.StepIn, 1);
|
| + exec_state.prepareStep(Debug.StepAction.StepIn);
|
| }
|
|
|
| Debug.setListener(breakListener);
|
|
|