mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Do not disable thread pool in the parent process.
This commit is contained in:
parent
26d2e77410
commit
20ec610e68
2 changed files with 1 additions and 5 deletions
|
@ -1684,9 +1684,6 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_RegisterNamespace(ns: *mut nsAtom) -> i32;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_ShouldCreateStyleThreadPool() -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_Construct_Default_nsStyleFont(
|
||||
ptr: *mut nsStyleFont,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue