From 6bd71921d1313638b55ba387024824df289734bd Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Wed, 7 Aug 2013 12:19:14 -0400 Subject: [PATCH] Backed out changeset 6577dad62b79 (bug 885107) for mochitest-2 orange. --- dom/imptests/testharnessreport.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dom/imptests/testharnessreport.js b/dom/imptests/testharnessreport.js index 3d56692bcd8..5e5c348ce88 100644 --- a/dom/imptests/testharnessreport.js +++ b/dom/imptests/testharnessreport.js @@ -293,10 +293,6 @@ var W3CTest = { "output": false, "explicit_timeout": true }); - // Workaround until testharness is updated (see bug 885107). - window.onerror = function(message, fileName, lineNumber) { - W3CTest.logFailure("Uncaught exception", fileName + " (" + lineNumber + "): " + message); - }; } catch (e) { W3CTest.logFailure("Harness setup", "Unexpected exception: " + e); }