diff options
Diffstat (limited to 'components/script/dom/htmltextareaelement.rs')
-rw-r--r-- | components/script/dom/htmltextareaelement.rs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/components/script/dom/htmltextareaelement.rs b/components/script/dom/htmltextareaelement.rs index fd1713057ee..4234d71b86f 100644 --- a/components/script/dom/htmltextareaelement.rs +++ b/components/script/dom/htmltextareaelement.rs @@ -27,13 +27,11 @@ use dom::virtualmethods::VirtualMethods; use msg::constellation_msg::ConstellationChan; use script_task::ScriptTaskEventCategory::InputEvent; use script_task::{Runnable, CommonScriptMsg}; -use textinput::{TextInput, Lines, KeyReaction}; - -use string_cache::Atom; -use util::str::DOMString; - use std::borrow::ToOwned; use std::cell::Cell; +use string_cache::Atom; +use textinput::{TextInput, Lines, KeyReaction}; +use util::str::DOMString; #[dom_struct] pub struct HTMLTextAreaElement { |