Index: test/mjsunit/debug-stepout-scope-part2.js |
diff --git a/test/mjsunit/debug-stepout-scope-part2.js b/test/mjsunit/debug-stepout-scope-part2.js |
index 121c7b74df4316487be2301cc8abd5e908aac465..69cee994aa3e95eb8d3ad550a998a32395ccfc1f 100644 |
--- a/test/mjsunit/debug-stepout-scope-part2.js |
+++ b/test/mjsunit/debug-stepout-scope-part2.js |
@@ -54,7 +54,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;", |