Bug 1458567 part 2 - Remove now unnecessary dom.max_chrome_script_run_time entry from browser_preferences_usage.js test. r=johannh

This commit is contained in:
Jan de Mooij 2018-05-03 16:02:33 +02:00
Родитель 441f19d63f
Коммит fb7910c87d
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -93,10 +93,6 @@ add_task(async function startup() {
min: 10,
max: 55,
},
"dom.max_chrome_script_run_time": {
min: 20,
max: 55,
},
};
let startupRecorder = Cc["@mozilla.org/test/startuprecorder;1"].getService().wrappedJSObject;