aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
diff options
context:
space:
mode:
authorPer Lundberg <perlun@gmail.com>2016-05-15 22:24:26 +0300
committerPer Lundberg <perlun@gmail.com>2016-05-15 22:24:26 +0300
commit2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2 (patch)
treeda7cdf137b99a2da034c92e455317143781863d6 /components/script/dom/htmlmediaelement.rs
parent7bede60272a79fe094ea81979044b4d6eceeada4 (diff)
downloadservo-2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2.tar.gz
servo-2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2.zip
Removed unused imports
This fixes #11185.
Diffstat (limited to 'components/script/dom/htmlmediaelement.rs')
-rw-r--r--components/script/dom/htmlmediaelement.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/htmlmediaelement.rs b/components/script/dom/htmlmediaelement.rs
index 25e1c9bbb66..8971e1db34c 100644
--- a/components/script/dom/htmlmediaelement.rs
+++ b/components/script/dom/htmlmediaelement.rs
@@ -27,12 +27,10 @@ use ipc_channel::ipc;
use ipc_channel::router::ROUTER;
use net_traits::{AsyncResponseListener, AsyncResponseTarget, Metadata, NetworkError};
use network_listener::{NetworkListener, PreInvoke};
-use script_runtime::ScriptChan;
use script_thread::{Runnable, ScriptThread};
use std::cell::Cell;
use std::sync::{Arc, Mutex};
use string_cache::Atom;
-use task_source::TaskSource;
use task_source::dom_manipulation::DOMManipulationTask;
use time::{self, Timespec, Duration};
use url::Url;