summaryrefslogtreecommitdiffstats
path: root/dom/system/tests/ioutils/file_ioutils_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/system/tests/ioutils/file_ioutils_worker.js')
-rw-r--r--dom/system/tests/ioutils/file_ioutils_worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/system/tests/ioutils/file_ioutils_worker.js b/dom/system/tests/ioutils/file_ioutils_worker.js
index e367eb4d99..f8cf286f8e 100644
--- a/dom/system/tests/ioutils/file_ioutils_worker.js
+++ b/dom/system/tests/ioutils/file_ioutils_worker.js
@@ -14,7 +14,7 @@ importScripts("chrome://mochikit/content/tests/SimpleTest/WorkerSimpleTest.js");
importScripts("file_ioutils_test_fixtures.js");
-self.onmessage = async function (msg) {
+self.onmessage = async function () {
const tmpDir = await PathUtils.getTempDir();
// IOUtils functionality is the same when called from the main thread, or a