Bug 963366 - MozWakeLock is hidden behind dom.wakelock.enabled. r=bz

This commit is contained in:
"Kan-Ru Chen (陳侃如)" 2014-02-12 13:36:24 +08:00
Родитель 14bd4f69ec
Коммит d5914049e5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -677,7 +677,7 @@ var interfaceNamesInGlobalScope =
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozVoicemailEvent", b2g: true, pref: "dom.voicemail.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
"MozWakeLock",
{name: "MozWakeLock", b2g: true, pref: "dom.wakelock.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozWifiConnectionInfoEvent", b2g: true},
// IMPORTANT: Do not change this list without review from a DOM peer!