diff options
Diffstat (limited to 'components/script/dom/htmlfontelement.rs')
-rw-r--r-- | components/script/dom/htmlfontelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlfontelement.rs b/components/script/dom/htmlfontelement.rs index ee7015fb66d..fb02a10a4e4 100644 --- a/components/script/dom/htmlfontelement.rs +++ b/components/script/dom/htmlfontelement.rs @@ -4,7 +4,7 @@ use cssparser::match_ignore_ascii_case; use dom_struct::dom_struct; -use html5ever::{LocalName, Prefix, local_name, namespace_url, ns}; +use html5ever::{LocalName, Prefix, local_name, ns}; use js::rust::HandleObject; use style::attr::AttrValue; use style::color::AbsoluteColor; |