Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-21 23:29:52 +02:00
parent 8ca41ccf9e
commit 4c7ddd63b3
2 changed files with 1 additions and 1 deletions

View file

@ -79,7 +79,6 @@ uluru = "2"
unicode-bidi = "0.3"
unicode-segmentation = "1.0"
void = "1.0.2"
gecko-profiler = { path = "../../../tools/profiler/rust-api" }
[build-dependencies]
bindgen = { version = "0.62", optional = true, default-features = false }

View file

@ -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;