Bug 428362 - "Unhandled exception in SanitizeListener constructor". r=gavin, a=beltzner.

This commit is contained in:
bent.mozilla@gmail.com 2008-04-11 10:27:08 -07:00
Родитель 4bb4f89bf4
Коммит 63ac2a6f13
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);
}
}