diff options
Diffstat (limited to 'components/script/dom/text.rs')
-rw-r--r-- | components/script/dom/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/text.rs b/components/script/dom/text.rs index 1c834f563cf..3d3100bcf4d 100644 --- a/components/script/dom/text.rs +++ b/components/script/dom/text.rs @@ -12,10 +12,10 @@ use dom::bindings::global::GlobalRef; use dom::bindings::inheritance::Castable; use dom::bindings::js::Root; use dom::bindings::js::{RootedReference}; +use dom::bindings::str::DOMString; use dom::characterdata::CharacterData; use dom::document::Document; use dom::node::Node; -use util::str::DOMString; /// An HTML text node. #[dom_struct] |