Bug 281553

Summary: Make Style::BuilderState 'const' in more places
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.