| 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 16b085e5410449454353283ecd29a7bc18b63cca..319f87991f3b35fd22fc15c880f6611db14a4369 100644
 | 
| --- a/test/mjsunit/debug-stepout-scope-part3.js
 | 
| +++ b/test/mjsunit/debug-stepout-scope-part3.js
 | 
| @@ -55,7 +55,7 @@ Debug.setListener(listener);
 | 
|  var q = 42;
 | 
|  var prefixes = [
 | 
|      "debugger; ",
 | 
| -    "if (false) { try { throw 0; } catch(x) { return x; } }; debugger; " ];
 | 
| +    "if (false) { try { throw 0; } catch(x) { this.x = x; } }; debugger; " ];
 | 
|  var with_bodies = [ "with ({}) {}",
 | 
|                      "with ({x:1}) x",
 | 
|                      "with ({x:1}) x = 1",
 | 
| 
 |