mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Move thread_state to style.
This commit is contained in:
parent
32a0493cde
commit
307d1ced3c
14 changed files with 14 additions and 14 deletions
|
@ -25,10 +25,10 @@ use std::io::{Write, stdout};
|
|||
use std::marker::PhantomData;
|
||||
use std::os;
|
||||
use std::ptr;
|
||||
use style::thread_state;
|
||||
use time::{Tm, now};
|
||||
use util::opts;
|
||||
use util::prefs::PREFS;
|
||||
use util::thread_state;
|
||||
|
||||
/// Common messages used to control the event loops in both the script and the worker
|
||||
pub enum CommonScriptMsg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue