Reviewers: jarin,

Message:
PTAL

Description:
Fix regress-411210 after r23824.

BUG=

Please review this at https://codereview.chromium.org/559863004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+6, -2 lines):
  M test/mjsunit/regress/regress-411210.js


Index: test/mjsunit/regress/regress-411210.js
diff --git a/test/mjsunit/regress/regress-411210.js b/test/mjsunit/regress/regress-411210.js index bb9d3a5fd7bb3aa8aa79ef91ec0fadb528f2aec1..2dbc5ff70c493c0c80b376d17ada55b6758bc409 100644
--- a/test/mjsunit/regress/regress-411210.js
+++ b/test/mjsunit/regress/regress-411210.js
@@ -13,6 +13,10 @@ function __f_2() {
   __v_1[2] = 20;
   return __v_1;
 }
-for (var __v_2 = 0; __v_2 < 3; ++__v_2) {
-  __v_3 = __f_2();
+
+try {
+  for (var __v_2 = 0; __v_2 < 3; ++__v_2) {
+    __v_3 = __f_2();
+  }
 }
+catch (e) { }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to