Bug 1743000 - Update test_worker_interfaces for Web Locks r=smaug

D132100 missed a file, sorry.

Differential Revision: https://phabricator.services.mozilla.com/D132163
This commit is contained in:
Kagami Sascha Rosylight 2021-11-25 17:04:26 +00:00
Родитель ee1558efd7
Коммит 4ece413ed7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -205,9 +205,9 @@ var interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "ImageData", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "Lock", nightly: true },
"Lock",
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "LockManager", nightly: true },
"LockManager",
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "MessageChannel", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!