Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-22 00:28:26 +02:00
parent d7e00ba03d
commit d1936e6a4a

View file

@ -807,6 +807,7 @@ impl<'a, 'b: 'a> Cascade<'a, 'b> {
builder.add_flags(ComputedValueFlags::HAS_AUTHOR_SPECIFIED_WORD_SPACING); builder.add_flags(ComputedValueFlags::HAS_AUTHOR_SPECIFIED_WORD_SPACING);
} }
#[cfg(feature = "gecko")]
if self if self
.author_specified .author_specified
.contains(LonghandId::FontSynthesis) .contains(LonghandId::FontSynthesis)