Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / v8 / test / mjsunit / debug-stepout-scope-part5.js
index f060ec3..250bee4 100644 (file)
@@ -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 with_bodies = [ "with ({}) {}",
                     "with ({x:1}) x",
                     "with ({x:1}) x = 1",