From 617201348c7ba1e78a8482a74074913c9c4af3a0 Mon Sep 17 00:00:00 2001 From: Patrick McManus Date: Thu, 5 Sep 2013 20:47:04 -0400 Subject: [PATCH] bug 904590 - useless settimeout call in test_prompt_async.html test r=jduell --- toolkit/components/passwordmgr/test/test_prompt_async.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/components/passwordmgr/test/test_prompt_async.html b/toolkit/components/passwordmgr/test/test_prompt_async.html index 269e4f9b84ec..329453e1d3ae 100644 --- a/toolkit/components/passwordmgr/test/test_prompt_async.html +++ b/toolkit/components/passwordmgr/test/test_prompt_async.html @@ -362,7 +362,7 @@ case 3: dialog.cancelDialog(); - setTimeout(onFrameLoad(), 10); // there are no successful frames for test 3 + setTimeout(onFrameLoad, 10); // there are no successful frames for test 3 break; case 4: @@ -374,7 +374,7 @@ case 5: dialog.cancelDialog(); - setTimeout(onFrameLoad(), 10); // there are no successful frames for test 5 + setTimeout(onFrameLoad, 10); // there are no successful frames for test 5 break; case 6: