diff options
Diffstat (limited to 'components/script/dom/css.rs')
-rw-r--r-- | components/script/dom/css.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/css.rs b/components/script/dom/css.rs index 5f4bce94d28..527b08315e9 100644 --- a/components/script/dom/css.rs +++ b/components/script/dom/css.rs @@ -2,13 +2,12 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +use cssparser::serialize_identifier; use dom::bindings::error::{Error, Fallible}; use dom::bindings::global::GlobalRef; use dom::bindings::utils::Reflector; use util::str::DOMString; -use cssparser::serialize_identifier; - #[dom_struct] pub struct CSS { reflector_: Reflector, |