diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-05-10 14:04:50 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-05-10 15:58:07 +0200 |
commit | 076d15992aaa1c75a2de8241f79ca1ebdf09b5f7 (patch) | |
tree | d9fe4eaa4362fbffb33bef8ecf3d9b82d5e6a9bb /components/script | |
parent | 49b73c0bfe50366e767525f9f90c5aa348f68f18 (diff) | |
download | servo-076d15992aaa1c75a2de8241f79ca1ebdf09b5f7.tar.gz servo-076d15992aaa1c75a2de8241f79ca1ebdf09b5f7.zip |
Update js.
Diffstat (limited to 'components/script')
-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; |