RESOLVED FIXED281553
Make Style::BuilderState 'const' in more places
https://bugs.webkit.org/show_bug.cgi?id=281553
Summary Make Style::BuilderState 'const' in more places
Simon Fraser (smfr)
Reported 2024-10-15 21:15:52 PDT
Style::BuilderState can be const in most of the code paths; it only needs to be non-const in the `apply` functions that touch the internal RenderStyle.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-10-15 21:16:13 PDT
Simon Fraser (smfr)
Comment 2 2024-10-15 21:20:12 PDT
EWS
Comment 3 2024-10-16 08:38:28 PDT
Committed 285269@main (f607bbdba4df): <https://commits.webkit.org/285269@main> Reviewed commits have been landed. Closing PR #35263 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.