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 48f43477d7f50b93443f67e15722e8d6d6a638a3..eb9c82f8c728923199e98d8167bdf3367d01fff3 100644 |
--- a/test/mjsunit/debug-stepout-scope-part4.js |
+++ b/test/mjsunit/debug-stepout-scope-part4.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 bodies = [ "1", |
"1 ", |
"1;", |