mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Remove layout.css.shadow-parts.enabled.
Shipped since 72 (bug 1559074). Differential Revision: https://phabricator.services.mozilla.com/D86661
This commit is contained in:
parent
ca7e1ecfd8
commit
0d7922cb53
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ impl<'a, 'i> ::selectors::Parser<'i> for SelectorParser<'a> {
|
|||
|
||||
#[inline]
|
||||
fn parse_part(&self) -> bool {
|
||||
self.chrome_rules_enabled() || static_prefs::pref!("layout.css.shadow-parts.enabled")
|
||||
true
|
||||
}
|
||||
|
||||
fn parse_non_ts_pseudo_class(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue