aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-03-23 10:37:49 +0100
committerMs2ger <ms2ger@gmail.com>2015-03-23 10:37:49 +0100
commit6b69fec7fe83cede5d6f7fa13fce71233e5b5821 (patch)
tree633e1a210b70586b1135542da1cda2216884da5e /components/script/script_task.rs
parent1f682d878db99651bfd26b8a28b57895f2238f87 (diff)
downloadservo-6b69fec7fe83cede5d6f7fa13fce71233e5b5821.tar.gz
servo-6b69fec7fe83cede5d6f7fa13fce71233e5b5821.zip
Fix warnings in script.
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r--components/script/script_task.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs
index 847da174eff..b66de84bc5c 100644
--- a/components/script/script_task.rs
+++ b/components/script/script_task.rs
@@ -24,7 +24,6 @@ use dom::bindings::codegen::Bindings::DocumentBinding::{DocumentMethods, Documen
use dom::bindings::codegen::InheritTypes::{ElementCast, EventTargetCast, HTMLIFrameElementCast, NodeCast, EventCast};
use dom::bindings::conversions::FromJSValConvertible;
use dom::bindings::conversions::StringificationBehavior;
-use dom::bindings::global::GlobalRef;
use dom::bindings::js::{JS, JSRef, Temporary, OptionalRootable, RootedReference};
use dom::bindings::js::{RootCollection, RootCollectionPtr};
use dom::bindings::refcounted::{LiveDOMReferences, Trusted, TrustedReference};