| Index: test/webkit/fast/js/deep-recursion-test.js
|
| diff --git a/test/webkit/fast/js/deep-recursion-test.js b/test/webkit/fast/js/deep-recursion-test.js
|
| index c2a695da4680e511224a4571b98bd2227ce213a8..a0a1bbbd9f4623784afc7d02bbf19749282be6c3 100644
|
| --- a/test/webkit/fast/js/deep-recursion-test.js
|
| +++ b/test/webkit/fast/js/deep-recursion-test.js
|
| @@ -29,7 +29,7 @@ description("This test how deep we can recurse, and that we get an exception whe
|
| }
|
|
|
| try {
|
| - simpleRecursion(17472);
|
| + simpleRecursion(15732);
|
| } catch (ex) {
|
| debug("FAIL: " + ex);
|
| }
|
|
|