aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorStjepan Glavina <stjepang@gmail.com>2016-04-07 22:49:13 +0200
committerStjepan Glavina <stjepang@gmail.com>2016-04-07 22:49:13 +0200
commit4f344224744a1df3b2c6c4f5d396214347d44a1c (patch)
tree5738424de73fcf3fc5995d2ab8ef3745c2a31ad6 /components/script/script_thread.rs
parent39ab006c8f71404d2fcd81f7715b7b9e47d5aead (diff)
downloadservo-4f344224744a1df3b2c6c4f5d396214347d44a1c.tar.gz
servo-4f344224744a1df3b2c6c4f5d396214347d44a1c.zip
Fix rebasing error
This PR mistakenly removed JIT enabling/disabling by preference: https://github.com/servo/servo/pull/10342/files Look for `get_pref`. I'm putting the missing piece of code into the appropriate place in script_runtime.rs
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 99c5d25169f..b9027c96390 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -101,7 +101,6 @@ use task_source::user_interaction::UserInteractionTaskSource;
use time::Tm;
use url::Url;
use util::opts;
-use util::prefs::get_pref;
use util::str::DOMString;
use util::thread;
use util::thread_state;