зеркало из https://github.com/mozilla/pjs.git
Bug 520165 followup - take the magic number out of the test_autocomplete.js change
This commit is contained in:
Родитель
fd937563cb
Коммит
9e961c297f
|
@ -61,7 +61,7 @@ function getFormExpiryDays () {
|
|||
if (prefs.prefHasUserValue("browser.formfill.expire_days"))
|
||||
return prefs.getIntPref("browser.formfill.expire_days");
|
||||
else
|
||||
return 180;
|
||||
return DEFAULT_EXPIRE_DAYS;
|
||||
}
|
||||
|
||||
function run_test() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче