| Index: test/mjsunit/debug-stepout-scope-part7.js
 | 
| diff --git a/test/mjsunit/debug-stepout-scope-part7.js b/test/mjsunit/debug-stepout-scope-part7.js
 | 
| index 910a73cc989fd13d7c566850a33ca44615ab5d38..969fb7f9ed90d4a08e54f6a374b0f1d3e57c4082 100644
 | 
| --- a/test/mjsunit/debug-stepout-scope-part7.js
 | 
| +++ b/test/mjsunit/debug-stepout-scope-part7.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);
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |