From 4353d31cb07032d9e71456c3295ccbf9259c2da5 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 22 May 2023 00:09:14 +0200 Subject: [PATCH] Further changes required by Servo --- components/style/values/specified/svg_path.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/values/specified/svg_path.rs b/components/style/values/specified/svg_path.rs index 5e3edc2d68d..a443a443326 100644 --- a/components/style/values/specified/svg_path.rs +++ b/components/style/values/specified/svg_path.rs @@ -614,6 +614,7 @@ impl IsAbsolute { /// Return Yes if value is true. Otherwise, return No. #[inline] + #[cfg(feature = "gecko")] fn new(value: bool) -> Self { if value { IsAbsolute::Yes