diff --git a/components/style/stylist.rs b/components/style/stylist.rs index 9faf56395ca..5bfcba258fe 100644 --- a/components/style/stylist.rs +++ b/components/style/stylist.rs @@ -36,7 +36,7 @@ use style_traits::viewport::ViewportConstraints; use stylesheets::{CssRule, Origin, StyleRule, Stylesheet, UserAgentStylesheets}; use viewport::{self, MaybeNew, ViewportRule}; -pub type FnvHashMap = HashMap>; +pub use ::fnv::FnvHashMap; /// This structure holds all the selectors and device characteristics /// for a given document. The selectors are converted into `Rule`s