зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2c6d6b1e44
Коммит
0fbca822af
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче