diff options
Diffstat (limited to 'dom/media/test/test_preload_suspend.html')
-rw-r--r-- | dom/media/test/test_preload_suspend.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/test/test_preload_suspend.html b/dom/media/test/test_preload_suspend.html index 7f1146360f..b715a58dc8 100644 --- a/dom/media/test/test_preload_suspend.html +++ b/dom/media/test/test_preload_suspend.html @@ -85,7 +85,7 @@ var tests = [ } ]; -function startTest(test, token) { +function startTest(test) { var v = document.createElement("video"); v.name = test.name; var key = Math.random(); |