mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Remove layout.css.is-where-selectors.enabled.
Shipped since 78 (bug 1632646). Differential Revision: https://phabricator.services.mozilla.com/D86662
This commit is contained in:
parent
0d7922cb53
commit
5ba426ae6f
1 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue