summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/file_session_history_on_redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/navigation/file_session_history_on_redirect.html')
-rw-r--r--docshell/test/navigation/file_session_history_on_redirect.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docshell/test/navigation/file_session_history_on_redirect.html b/docshell/test/navigation/file_session_history_on_redirect.html
index df7e99a1dd..e7dce7c4a1 100644
--- a/docshell/test/navigation/file_session_history_on_redirect.html
+++ b/docshell/test/navigation/file_session_history_on_redirect.html
@@ -6,7 +6,7 @@
opener.is(event.persisted, false, "Should have disabled bfcache for this test.");
}
- window.onpageshow = function(event) {
+ window.onpageshow = function() {
opener.pageshow();
}
</script>