Issue #1925 - Remove mozilla::css::Side typedef.

This commit is contained in:
Moonchild 2024-08-01 16:46:27 +02:00 committed by roytam1
commit e6e2796541
18 changed files with 108 additions and 112 deletions

View file

@ -4381,7 +4381,7 @@ StyleAnimationValue::ExtractComputedValue(nsCSSPropertyID aProperty,
const nsStyleCoord &coord =
StyleDataAtOffset<nsStyleSides>(styleStruct, ssOffset).
Get(mozilla::css::Side(animType - eStyleAnimType_Sides_Top));
Get(mozilla::Side(animType - eStyleAnimType_Sides_Top));
return StyleCoordToValue(coord, aComputedValue);
}
case eStyleAnimType_Corner_TopLeft: