Bug 1705289 use more restrictive variable declarations r=jib

No behavior changes.

Depends on D123559

Differential Revision: https://phabricator.services.mozilla.com/D123560
This commit is contained in:
Karl Tomlinson 2021-08-26 08:10:17 +00:00
Родитель 2c6d6b1e44
Коммит 0fbca822af
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -15,8 +15,8 @@
* cycle for an screenshare MediaStream on a video HTMLMediaElement.
*/
runTest(async function () {
var testVideo = createMediaElement('video', 'testVideo');
var constraints = {
const testVideo = createMediaElement('video', 'testVideo');
const constraints = {
video: {
mozMediaSource: "window",
mediaSource: "window"