summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/test_worker_interfaces.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/workers/test/test_worker_interfaces.js')
-rw-r--r--dom/workers/test/test_worker_interfaces.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/workers/test/test_worker_interfaces.js b/dom/workers/test/test_worker_interfaces.js
index efd108f85c..c53c0b2b0f 100644
--- a/dom/workers/test/test_worker_interfaces.js
+++ b/dom/workers/test/test_worker_interfaces.js
@@ -138,6 +138,8 @@ let interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "AudioDecoder", nightly: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
+ { name: "AudioEncoder", nightly: true },
+ // IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "Blob", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "BroadcastChannel", insecureContext: true },