diff options
author | Per Lundberg <perlun@gmail.com> | 2016-05-15 22:24:26 +0300 |
---|---|---|
committer | Per Lundberg <perlun@gmail.com> | 2016-05-15 22:24:26 +0300 |
commit | 2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2 (patch) | |
tree | da7cdf137b99a2da034c92e455317143781863d6 /components/script/dom/htmliframeelement.rs | |
parent | 7bede60272a79fe094ea81979044b4d6eceeada4 (diff) | |
download | servo-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.rs | 1 |
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; |