зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
38e5af4ad1
Коммит
bb0c7b1b04
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче