bug 485608. Turn on the chrome jit by default. r=mfinkle

This commit is contained in:
Stuart Parmenter 2009-03-26 08:34:54 -07:00
parent 2aef044434
commit 8ba7f839d7

View File

@ -271,3 +271,5 @@ pref("javascript.options.jit.content", false);
pref("content.max.deflected.tokens", 10);
pref("content.max.tokenizing.time", 50000);
pref("javascript.options.jit.content", true);
pref("javascript.options.jit.chrome", true);