Fix the interfaces tests now that service workers have been disabled, no bug, a=me

Fixing bustage on a CLOSED TREE.
This commit is contained in:
Ehsan Akhgari 2015-05-14 15:49:08 -04:00
Родитель 23ec480664
Коммит 3a263e7770
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -915,11 +915,11 @@ var interfaceNamesInGlobalScope =
// IMPORTANT: Do not change this list without review from a DOM peer!
"Selection",
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "ServiceWorker", nightly: true, b2g: false},
{name: "ServiceWorker", disabled: true, b2g: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "ServiceWorkerContainer", nightly: true, b2g: false},
{name: "ServiceWorkerContainer", disabled: true, b2g: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "ServiceWorkerRegistration", nightly: true, b2g: false},
{name: "ServiceWorkerRegistration", disabled: true, b2g: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
"SettingsLock",
// IMPORTANT: Do not change this list without review from a DOM peer!

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

@ -151,7 +151,7 @@ var interfaceNamesInGlobalScope =
// IMPORTANT: Do not change this list without review from a DOM peer!
"Response",
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "ServiceWorkerRegistration", nightly: true, b2g: false },
{ name: "ServiceWorkerRegistration", disabled: true, b2g: false },
// IMPORTANT: Do not change this list without review from a DOM peer!
"TextDecoder",
// IMPORTANT: Do not change this list without review from a DOM peer!