summaryrefslogtreecommitdiffstats
path: root/dom/media/test/test_mediarecorder_record_gum_video_timeslice.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/test_mediarecorder_record_gum_video_timeslice.html')
-rw-r--r--dom/media/test/test_mediarecorder_record_gum_video_timeslice.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/test/test_mediarecorder_record_gum_video_timeslice.html b/dom/media/test/test_mediarecorder_record_gum_video_timeslice.html
index 961a9644b2..7c70ddf49d 100644
--- a/dom/media/test/test_mediarecorder_record_gum_video_timeslice.html
+++ b/dom/media/test/test_mediarecorder_record_gum_video_timeslice.html
@@ -53,7 +53,7 @@ async function startTest() {
// 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) {