mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Further changes required by Servo
This commit is contained in:
parent
10f8eb4239
commit
ea3fcce25f
2 changed files with 4 additions and 3 deletions
|
@ -114,7 +114,8 @@ impl StyleThreadPool {
|
|||
|
||||
#[cfg(feature = "servo")]
|
||||
fn stylo_threads_pref() -> i32 {
|
||||
pref!(layout.threads)
|
||||
use servo_config::pref;
|
||||
pref!(layout.threads) as i32
|
||||
}
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue