From 331dc42912e84ad0e0a386dece89e722692cc63f Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Tue, 29 Jan 2008 09:39:15 +0000 Subject: [PATCH] Tweak my previous fix per comment from Jesse. git-svn-id: svn://10.0.0.236/trunk@244328 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/crashtests/379105-1.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/base/crashtests/379105-1.xhtml b/mozilla/layout/base/crashtests/379105-1.xhtml index 0ef5dfad952..662ebbd5cab 100644 --- a/mozilla/layout/base/crashtests/379105-1.xhtml +++ b/mozilla/layout/base/crashtests/379105-1.xhtml @@ -27,7 +27,7 @@ function boom2() { var nodes = document.getAnonymousNodes(xbltarget); if (!nodes) { - setTimeout(boom2, 0); + setTimeout(boom2, 10); return; } var anox = nodes[0];