summaryrefslogtreecommitdiffstats
path: root/dom/media/test/test_mediarecorder_record_timeslice.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/test_mediarecorder_record_timeslice.html')
-rw-r--r--dom/media/test/test_mediarecorder_record_timeslice.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/test/test_mediarecorder_record_timeslice.html b/dom/media/test/test_mediarecorder_record_timeslice.html
index 3e547e77b4..b122c45df5 100644
--- a/dom/media/test/test_mediarecorder_record_timeslice.html
+++ b/dom/media/test/test_mediarecorder_record_timeslice.html
@@ -68,7 +68,7 @@ function startTest(test, token) {
// We'll stop recording upon the 1st blob being received
if (dataAvailableCount === 1) {
- mediaRecorder.onstop = function (event) {
+ mediaRecorder.onstop = function () {
info('onstop fired');
if (!onDataAvailableFirst) {