From aea14a247040301b9674d48d46a9b72dffc49f71 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Wed, 17 May 2023 01:35:55 +0200 Subject: [PATCH] Further changes required by Servo --- components/style/values/specified/box.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index 06a4e1ea869..32f4f9bacae 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -1110,6 +1110,7 @@ bitflags! { } } +#[cfg(feature = "gecko")] fn change_bits_for_longhand(longhand: LonghandId) -> WillChangeBits { match longhand { LonghandId::Opacity => WillChangeBits::OPACITY, @@ -1136,6 +1137,7 @@ fn change_bits_for_longhand(longhand: LonghandId) -> WillChangeBits { } } +#[cfg(feature = "gecko")] fn change_bits_for_maybe_property(ident: &str, context: &ParserContext) -> WillChangeBits { let id = match PropertyId::parse_ignoring_rule_type(ident, context) { Ok(id) => id, @@ -1153,6 +1155,7 @@ fn change_bits_for_maybe_property(ident: &str, context: &ParserContext) -> WillC } } +#[cfg(feature = "gecko")] impl Parse for WillChange { /// auto | # fn parse<'i, 't>(