mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb: Don't serialize omitted ellipse() position argument
This commit is contained in:
Notes:
github-actions[bot]
2025-12-12 12:21:46 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/f17f4f233d7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7109 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user