aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.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/htmliframeelement.rs
parent7bede60272a79fe094ea81979044b4d6eceeada4 (diff)
downloadservo-2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2.tar.gz
servo-2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2.zip
Removed unused imports
This fixes #11185.
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
-rw-r--r--components/script/dom/htmliframeelement.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/htmliframeelement.rs b/components/script/dom/htmliframeelement.rs
index b3bc303b8b2..d31c8a09484 100644
--- a/components/script/dom/htmliframeelement.rs
+++ b/components/script/dom/htmliframeelement.rs
@@ -38,7 +38,6 @@ use msg::constellation_msg::{NavigationDirection, PipelineId, SubpageId};
use net_traits::response::HttpsState;
use script_traits::IFrameSandboxState::{IFrameSandboxed, IFrameUnsandboxed};
use script_traits::{IFrameLoadInfo, MozBrowserEvent, ScriptMsg as ConstellationMsg};
-use std::ascii::AsciiExt;
use std::cell::Cell;
use string_cache::Atom;
use style::context::ReflowGoal;