Bug 610678 - Ts regression 2010-11-02 from enabling methodjit.chrome (disable methodjit.chrome) [r=me]

This commit is contained in:
Mark Finkle 2010-11-10 09:34:15 -05:00
Родитель f6f2b49536
Коммит 2c53faced4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -346,7 +346,7 @@ pref("content.sink.perf_deflect_count", 1000000);
pref("content.sink.perf_parse_time", 50000000);
pref("javascript.options.mem.gc_frequency", 300);
pref("javascript.options.methodjit.chrome", true);
pref("javascript.options.methodjit.chrome", false);
pref("dom.max_chrome_script_run_time", 0); // disable slow script dialog for chrome
pref("dom.max_script_run_time", 20);