summaryrefslogtreecommitdiffstats
path: root/dom/media/test/test_playback_errors.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/test_playback_errors.html')
-rw-r--r--dom/media/test/test_playback_errors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/test/test_playback_errors.html b/dom/media/test/test_playback_errors.html
index 7b3f046099..73d250b5aa 100644
--- a/dom/media/test/test_playback_errors.html
+++ b/dom/media/test/test_playback_errors.html
@@ -24,7 +24,7 @@ function startTest(test, token) {
v.remove();
manager.finished(token);
}
- var checkError = function(t, v) { return function(evt) {
+ var checkError = function(t, v) { return function() {
v._errorCount++;
is(v._errorCount, 1, t.name + " only one error fired");
endedTest(v);