summaryrefslogtreecommitdiffstats
path: root/dom/url/tests/protocol_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/url/tests/protocol_worker.js')
-rw-r--r--dom/url/tests/protocol_worker.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/url/tests/protocol_worker.js b/dom/url/tests/protocol_worker.js
index c038254a4c..81e761ee0e 100644
--- a/dom/url/tests/protocol_worker.js
+++ b/dom/url/tests/protocol_worker.js
@@ -1,3 +1,5 @@
+/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */
+
function ok(a, msg) {
postMessage({ type: "status", status: !!a, msg });
}