diff options
Diffstat (limited to 'components/script/dom/htmlelement.rs')
-rw-r--r-- | components/script/dom/htmlelement.rs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/components/script/dom/htmlelement.rs b/components/script/dom/htmlelement.rs index 9a02a47dd0f..7256c201af5 100644 --- a/components/script/dom/htmlelement.rs +++ b/components/script/dom/htmlelement.rs @@ -26,16 +26,13 @@ use dom::htmlmediaelement::HTMLMediaElementTypeId; use dom::htmltablecellelement::HTMLTableCellElementTypeId; use dom::node::{Node, NodeTypeId, document_from_node, window_from_node, SEQUENTIALLY_FOCUSABLE}; use dom::virtualmethods::VirtualMethods; - use msg::constellation_msg::FocusType; -use util::str::DOMString; - -use string_cache::Atom; - use std::borrow::ToOwned; use std::default::Default; use std::intrinsics; use std::rc::Rc; +use string_cache::Atom; +use util::str::DOMString; #[dom_struct] pub struct HTMLElement { |