Bug 1621445 - Part 8: Fix missing declaration. r=bustage-fix
This commit is contained in:
Родитель
91a078f037
Коммит
c9cd23e470
|
@ -535,7 +535,7 @@ SuiteGlue.prototype = {
|
|||
"downloads", "cookies", "cache", "sessions",
|
||||
"offlineApps" ];
|
||||
|
||||
for (pref of prefs) {
|
||||
for (let pref of prefs) {
|
||||
try {
|
||||
let prefOld = "privacy.item." + pref;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче