Files
ladybird/Libraries/LibWeb/CSS/StyleValues/TextIndentStyleValue.h
Aliaksandr Kalenik 9cd583ff6e LibWeb: Use value-comparing RefPtr in TextIndentStyleValue
The member type was NonnullRefPtr which compares by pointer identity.
This caused false positives in style invalidation when the same values
were recomputed as different objects.
2026-01-06 13:23:00 +00:00

1.3 KiB