summaryrefslogtreecommitdiffstats
path: root/ipc/glue/test/browser/browser_child_hang.js
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/glue/test/browser/browser_child_hang.js')
-rw-r--r--ipc/glue/test/browser/browser_child_hang.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/glue/test/browser/browser_child_hang.js b/ipc/glue/test/browser/browser_child_hang.js
index cf890a6c61..e74517fbdd 100644
--- a/ipc/glue/test/browser/browser_child_hang.js
+++ b/ipc/glue/test/browser/browser_child_hang.js
@@ -24,7 +24,7 @@ add_task(async function () {
url: "https://example.com/",
forceNewProcess: true,
},
- async function (browser) {
+ async function () {
// browser.frameLoader.remoteTab.osPid is the child pid; once we
// have a way to get notifications about child process termination
// events, that could be useful.