зеркало из https://github.com/mozilla/pjs.git
Bug 286191 UMR in nsTypeAheadFind::PrefsReset
patch by ajschult@verizon.net r=aaronl sr=jst
This commit is contained in:
Родитель
8db35c8432
Коммит
c915bf3077
|
@ -328,7 +328,7 @@ nsTypeAheadFind::PrefsReset()
|
|||
}
|
||||
mNotFoundSoundURL = soundStr;
|
||||
|
||||
PRBool isTimeoutEnabled;
|
||||
PRBool isTimeoutEnabled = PR_FALSE;
|
||||
prefBranch->GetBoolPref("accessibility.typeaheadfind.enabletimeout",
|
||||
&isTimeoutEnabled);
|
||||
PRInt32 timeoutLength = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче