summaryrefslogtreecommitdiffstats
path: root/toolkit/components/windowwatcher/test/browser_new_remote_window_flags.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/windowwatcher/test/browser_new_remote_window_flags.js')
-rw-r--r--toolkit/components/windowwatcher/test/browser_new_remote_window_flags.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/windowwatcher/test/browser_new_remote_window_flags.js b/toolkit/components/windowwatcher/test/browser_new_remote_window_flags.js
index 06a15d123c..ae2bdc41b3 100644
--- a/toolkit/components/windowwatcher/test/browser_new_remote_window_flags.js
+++ b/toolkit/components/windowwatcher/test/browser_new_remote_window_flags.js
@@ -61,7 +61,7 @@ add_task(async function test_new_remote_window_flags_window_open() {
gBrowser,
url: SCRIPT_PAGE,
},
- async function (browser) {
+ async function () {
let win = await newWinPromise;
assertFlags(win);
await BrowserTestUtils.closeWindow(win);