Bug 589431 - Crash when using profile manager [@ mozilla::imagelib::DiscardTracker::ReloadTimeout ], r=bholley, a=blocking

--HG--
extra : rebase_source : c5039b467ea61a80ba835767c9dde328db52fb4c
This commit is contained in:
Olli Pettay 2010-08-22 21:17:25 +03:00
Родитель 38e5af4ad1
Коммит bb0c7b1b04
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -175,6 +175,10 @@ DiscardTracker::ReloadTimeout()
// read the timeout pref
PRInt32 discardTimeout;
nsCOMPtr<nsIPrefBranch2> branch = do_GetService(NS_PREFSERVICE_CONTRACTID);
if (!branch) {
NS_WARNING("nsIPrefBranch2 is not available!");
return;
}
rv = branch->GetIntPref(DISCARD_TIMEOUT_PREF, &discardTimeout);
// If we got something bogus, return