mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 485608. Turn on the chrome jit by default. r=mfinkle
This commit is contained in:
parent
2aef044434
commit
8ba7f839d7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user