aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_runtime.rs')
-rw-r--r--components/script/script_runtime.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_runtime.rs b/components/script/script_runtime.rs
index dfbb5ba5203..b16ca804f5c 100644
--- a/components/script/script_runtime.rs
+++ b/components/script/script_runtime.rs
@@ -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 {