| Index: test/mjsunit/debug-stepout-scope-part4.js
 | 
| diff --git a/test/mjsunit/debug-stepout-scope-part4.js b/test/mjsunit/debug-stepout-scope-part4.js
 | 
| index 5a98eb9325e2a4c03af43ac8842746d2088518be..765bfe246bd527b383aabc8a074cd327ee73c618 100644
 | 
| --- a/test/mjsunit/debug-stepout-scope-part4.js
 | 
| +++ b/test/mjsunit/debug-stepout-scope-part4.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);
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |