mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
Move thread_state to style.
This commit is contained in:
parent
32a0493cde
commit
307d1ced3c
14 changed files with 14 additions and 14 deletions
|
@ -99,6 +99,7 @@ use std::sync::atomic::{Ordering, AtomicBool};
|
|||
use std::sync::mpsc::{Receiver, Select, Sender, channel};
|
||||
use std::sync::{Arc, Mutex};
|
||||
use style::context::ReflowGoal;
|
||||
use style::thread_state;
|
||||
use task_source::TaskSource;
|
||||
use task_source::dom_manipulation::{DOMManipulationTaskSource, DOMManipulationTask};
|
||||
use task_source::file_reading::FileReadingTaskSource;
|
||||
|
@ -109,7 +110,6 @@ use time::Tm;
|
|||
use url::{Url, Position};
|
||||
use util::opts;
|
||||
use util::thread;
|
||||
use util::thread_state;
|
||||
use webdriver_handlers;
|
||||
|
||||
thread_local!(pub static STACK_ROOTS: Cell<Option<RootCollectionPtr>> = Cell::new(None));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue