зеркало из https://github.com/mozilla/pjs.git
Bug 428362 - "Unhandled exception in SanitizeListener constructor". r=gavin, a=beltzner.
This commit is contained in:
Родитель
4bb4f89bf4
Коммит
63ac2a6f13
|
@ -1271,7 +1271,7 @@ function SanitizeListener()
|
|||
gPrefService.clearUserPref(this.didSanitizeDomain);
|
||||
// We need to persist this preference change, since we want to
|
||||
// check it at next app start even if the browser exits abruptly
|
||||
gPrefService.savePrefFile(null);
|
||||
gPrefService.QueryInterface(Ci.nsIPrefService).savePrefFile(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче