mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -43,7 +43,7 @@ use std::intrinsics::type_name;
|
|||
use std::mem;
|
||||
use std::ops::Deref;
|
||||
use std::ptr;
|
||||
use util::thread_state;
|
||||
use style::thread_state;
|
||||
|
||||
/// A traced reference to a DOM object
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue