summaryrefslogtreecommitdiffstats
path: root/dom/media/test/test_eme_pssh_in_moof.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/test_eme_pssh_in_moof.html')
-rw-r--r--dom/media/test/test_eme_pssh_in_moof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/test/test_eme_pssh_in_moof.html b/dom/media/test/test_eme_pssh_in_moof.html
index d1965be844..406600056e 100644
--- a/dom/media/test/test_eme_pssh_in_moof.html
+++ b/dom/media/test/test_eme_pssh_in_moof.html
@@ -61,7 +61,7 @@
// Specialized create media keys function, since the one in eme.js relies
// on listening for encrypted events, and we want to manage those
// ourselves within this test.
- async function createAndSetMediaKeys(video, test, token) {
+ async function createAndSetMediaKeys(video, test) {
function streamType(type) {
var x = test.tracks.find(o => o.name == type);
return x ? x.type : undefined;