diff options
Diffstat (limited to 'components/script/dom/stylesheet.rs')
-rw-r--r-- | components/script/dom/stylesheet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/stylesheet.rs b/components/script/dom/stylesheet.rs index 490acd997ed..0801d82fcad 100644 --- a/components/script/dom/stylesheet.rs +++ b/components/script/dom/stylesheet.rs @@ -7,8 +7,8 @@ use dom::bindings::codegen::Bindings::StyleSheetBinding::StyleSheetMethods; use dom::bindings::global::GlobalRef; use dom::bindings::js::{Root}; use dom::bindings::reflector::{Reflector, reflect_dom_object}; +use dom::bindings::str::DOMString; use dom::window::Window; -use util::str::DOMString; #[dom_struct] |