From e456fc4d42eef7641388896aabe7c218f34522c4 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Wed, 29 Aug 2001 23:34:32 +0000 Subject: [PATCH] Trivial whitespace change. --- js/tests/js1_5/Regress/regress-96128-n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tests/js1_5/Regress/regress-96128-n.js b/js/tests/js1_5/Regress/regress-96128-n.js index a1b88ff1e84d..76987c2f57b8 100644 --- a/js/tests/js1_5/Regress/regress-96128-n.js +++ b/js/tests/js1_5/Regress/regress-96128-n.js @@ -37,8 +37,8 @@ function objRecurse() * Causes a stack overflow crash in debug builds of both the browser * and the shell. In the release builds this is safely caught by the * "too much recursion" mechanism. If I remove the 'new' from the code below - * this is safely caught in both debug and release builds. The 'new' causes - * a lookup for the Constructor name and seems to (at least) double the number + * this is safely caught in both debug and release builds. The 'new' causes a + * lookup for the Constructor name and seems to (at least) double the number * of items on the C stack for the given interpLevel depth. */ return new objRecurse();