diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-05-10 08:58:33 -0500 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-05-10 08:58:33 -0500 |
commit | 54b1c9af11f77ae9e4e92531a12b2a1dc1aa10f7 (patch) | |
tree | d9fe4eaa4362fbffb33bef8ecf3d9b82d5e6a9bb /components/script/script_task.rs | |
parent | 49b73c0bfe50366e767525f9f90c5aa348f68f18 (diff) | |
parent | 076d15992aaa1c75a2de8241f79ca1ebdf09b5f7 (diff) | |
download | servo-54b1c9af11f77ae9e4e92531a12b2a1dc1aa10f7.tar.gz servo-54b1c9af11f77ae9e4e92531a12b2a1dc1aa10f7.zip |
Auto merge of #6000 - Ms2ger:update-js, r=jdm
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6000)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 12ae363c95b..926d8567b46 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -80,7 +80,7 @@ use hyper::header::{LastModified, Headers}; use js::jsapi::{JS_SetWrapObjectCallbacks, JS_SetExtraGCRootsTracer}; use js::jsapi::{JSContext, JSRuntime, JSObject, JSTracer}; use js::jsapi::{JS_SetGCCallback, JSGCStatus, JSGC_BEGIN, JSGC_END}; -use js::rust::{Runtime, RtUtils}; +use js::rust::Runtime; use url::Url; use libc; |