summaryrefslogtreecommitdiffstats
path: root/dom/tests/browser/browser_bug1004814.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/browser/browser_bug1004814.js')
-rw-r--r--dom/tests/browser/browser_bug1004814.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/tests/browser/browser_bug1004814.js b/dom/tests/browser/browser_bug1004814.js
index 789709a8d7..eb2272285f 100644
--- a/dom/tests/browser/browser_bug1004814.js
+++ b/dom/tests/browser/browser_bug1004814.js
@@ -8,7 +8,7 @@ add_task(async function () {
"http://example.com/browser/dom/tests/browser/test_bug1004814.html";
await BrowserTestUtils.withNewTab(TEST_URI, async aBrowser => {
- let duration = await SpecialPowers.spawn(aBrowser, [], function (opts) {
+ let duration = await SpecialPowers.spawn(aBrowser, [], function () {
const ConsoleAPIStorage = Cc[
"@mozilla.org/consoleAPI-storage;1"
].getService(Ci.nsIConsoleAPIStorage);