summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/test_bug680257.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/mochitest/test_bug680257.html')
-rw-r--r--docshell/test/mochitest/test_bug680257.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docshell/test/mochitest/test_bug680257.html b/docshell/test/mochitest/test_bug680257.html
index 4d5736ac0a..3c9b339550 100644
--- a/docshell/test/mochitest/test_bug680257.html
+++ b/docshell/test/mochitest/test_bug680257.html
@@ -20,7 +20,7 @@ var popup = window.open("file_bug680257.html");
var gTestContinuation = null;
function continueAsync() {
popup.addEventListener("hashchange",
- function(e) { gTestContinuation.next(); }, { once: true });
+ function() { gTestContinuation.next(); }, { once: true });
}
// The popup will call into popupLoaded() once it loads.