summaryrefslogtreecommitdiffstats
path: root/dom/security/test/https-first/browser_beforeunload_permit_http.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/https-first/browser_beforeunload_permit_http.js')
-rw-r--r--dom/security/test/https-first/browser_beforeunload_permit_http.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/security/test/https-first/browser_beforeunload_permit_http.js b/dom/security/test/https-first/browser_beforeunload_permit_http.js
index 660c1a352d..281def37e9 100644
--- a/dom/security/test/https-first/browser_beforeunload_permit_http.js
+++ b/dom/security/test/https-first/browser_beforeunload_permit_http.js
@@ -162,7 +162,7 @@ async function loadPageAndReload(testCase) {
}
);
is(true, hasInteractedWith, "Simulated successfully user interaction");
- BrowserReloadWithFlags(testCase.reloadFlag);
+ BrowserCommands.reloadWithFlags(testCase.reloadFlag);
await BrowserTestUtils.browserLoaded(browser);
is(true, true, `reload with flag ${testCase.name} was successful`);
}