Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-08-15 00:46:33 +02:00 committed by Martin Robinson
parent f4ede10441
commit 0fc3267d2e

View file

@ -131,14 +131,6 @@ fn allow_color_mix() -> bool {
return false;
}
#[inline]
fn allow_color_mix_color_spaces() -> bool {
#[cfg(feature = "gecko")]
return static_prefs::pref!("layout.css.color-mix.color-spaces.enabled");
#[cfg(feature = "servo")]
return false;
}
impl Parse for ColorMix {
fn parse<'i, 't>(
context: &ParserContext,