summaryrefslogtreecommitdiffstats
path: root/dom/ipc/tests/test_temporaryfile_stream.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/ipc/tests/test_temporaryfile_stream.html')
-rw-r--r--dom/ipc/tests/test_temporaryfile_stream.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/ipc/tests/test_temporaryfile_stream.html b/dom/ipc/tests/test_temporaryfile_stream.html
index 9fa76a2155..1a0cfcaef4 100644
--- a/dom/ipc/tests/test_temporaryfile_stream.html
+++ b/dom/ipc/tests/test_temporaryfile_stream.html
@@ -54,7 +54,7 @@ function startTest() {
video.id = "recorded-video";
video.src = URL.createObjectURL(xhr.response);
video.play();
- video.onerror = err => {
+ video.onerror = () => {
ok(false, "Should be able to play the recording. Got error. code=" + video.error.code);
SimpleTest.finish();
};