diff --git a/components/style/gecko/selector_parser.rs b/components/style/gecko/selector_parser.rs index 7056cde10a5..d0f5c57b567 100644 --- a/components/style/gecko/selector_parser.rs +++ b/components/style/gecko/selector_parser.rs @@ -344,8 +344,7 @@ impl<'a, 'i> ::selectors::Parser<'i> for SelectorParser<'a> { #[inline] fn parse_is_and_where(&self) -> bool { - self.in_user_agent_stylesheet() || - static_prefs::pref!("layout.css.is-where-selectors.enabled") + true } #[inline]