From d1936e6a4acc7184f26215b8560778ab075e53af Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 22 May 2023 00:28:26 +0200 Subject: [PATCH] Further changes required by Servo --- components/style/properties/cascade.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/cascade.rs b/components/style/properties/cascade.rs index 1368cf9c8e7..91d6c6c99dd 100644 --- a/components/style/properties/cascade.rs +++ b/components/style/properties/cascade.rs @@ -807,6 +807,7 @@ impl<'a, 'b: 'a> Cascade<'a, 'b> { builder.add_flags(ComputedValueFlags::HAS_AUTHOR_SPECIFIED_WORD_SPACING); } + #[cfg(feature = "gecko")] if self .author_specified .contains(LonghandId::FontSynthesis)