summaryrefslogtreecommitdiffstats
path: root/docshell/test/browser/file_bug1328501_framescript.js
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/browser/file_bug1328501_framescript.js')
-rw-r--r--docshell/test/browser/file_bug1328501_framescript.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docshell/test/browser/file_bug1328501_framescript.js b/docshell/test/browser/file_bug1328501_framescript.js
index 19c86c75e7..1f20f631df 100644
--- a/docshell/test/browser/file_bug1328501_framescript.js
+++ b/docshell/test/browser/file_bug1328501_framescript.js
@@ -4,13 +4,13 @@
addEventListener(
"frames-loaded",
- e => sendAsyncMessage("test:frames-loaded"),
+ () => sendAsyncMessage("test:frames-loaded"),
true,
true
);
let requestObserver = {
- observe(subject, topic, data) {
+ observe(subject, topic) {
if (topic == "http-on-opening-request") {
// Get DOMWindow on all child docshells to force about:blank
// content viewers being created.