mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Further changes required by Servo
This commit is contained in:
parent
8ca41ccf9e
commit
4c7ddd63b3
2 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@ use crate::gecko_bindings::bindings;
|
|||
use crate::parallel::STYLE_THREAD_STACK_SIZE_KB;
|
||||
use crate::shared_lock::SharedRwLock;
|
||||
use crate::thread_state;
|
||||
#[cfg(feature = "gecko")]
|
||||
use gecko_profiler;
|
||||
use parking_lot::{RwLock, RwLockReadGuard};
|
||||
use rayon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue