LibWeb: Don't serialize omitted ellipse() position argument

This commit is contained in:
Callum Law
2025-12-12 14:42:40 +13:00
committed by Sam Atkins
parent daf464844b
commit f17f4f233d
Notes: github-actions[bot] 2025-12-12 12:21:46 +00:00
10 changed files with 274 additions and 260 deletions

View File

@@ -66,7 +66,7 @@ struct Ellipse {
bool operator==(Ellipse const&) const = default;
ValueComparingNonnullRefPtr<StyleValue const> radius;
ValueComparingNonnullRefPtr<PositionStyleValue const> position;
ValueComparingRefPtr<StyleValue const> position;
};
struct Polygon {