From 75cc92debc51087a23d653eed100cf243380e534 Mon Sep 17 00:00:00 2001 From: Stanca Serban Date: Mon, 6 Jan 2025 13:32:28 +0200 Subject: [PATCH] Backed out changeset c4d38568e31a (bug 1939791) for causing build bustages in ServoStyleConstsInlines.h. CLOSED TREE --- .../components/style/values/computed/length_percentage.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/servo/components/style/values/computed/length_percentage.rs b/servo/components/style/values/computed/length_percentage.rs index c3414af52ed2..ade53ce5e20d 100644 --- a/servo/components/style/values/computed/length_percentage.rs +++ b/servo/components/style/values/computed/length_percentage.rs @@ -884,15 +884,10 @@ impl calc::CalcNodeLeaf for CalcLengthPercentageLeaf { pub type CalcNode = calc::GenericCalcNode; /// The representation of a calc() function with mixed lengths and percentages. -/// -/// It is aligned to 16 bytes to allow the low 4 bits of a pointer referencing it to be used as -/// a tag, which allows sizing keywords such as min-content, max-content, fit-content and units -/// like fr to be packed into a single 64 bit value. Although this capability is not currently -/// used within Stylo. #[derive( Clone, Debug, Deserialize, MallocSizeOf, Serialize, ToAnimatedZero, ToResolvedValue, ToCss, )] -#[repr(C, align(16))] +#[repr(C)] pub struct CalcLengthPercentage { #[animation(constant)] #[css(skip)]