RESOLVED FIXED268937
`RenderBox::requiresLayer()` should share code with superclass
https://bugs.webkit.org/show_bug.cgi?id=268937
Summary `RenderBox::requiresLayer()` should share code with superclass
Antoine Quint
Reported 2024-02-07 12:25:23 PST
The `RenderBox::requiresLayer()` method duplicates code found in its superclass. It should call `RenderBoxModelObject::requiresLayer()` instead.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-07 12:26:13 PST
Antoine Quint
Comment 2 2024-02-07 12:27:33 PST
EWS
Comment 3 2024-02-07 22:32:21 PST
Committed 274270@main (5a4bed0757cb): <https://commits.webkit.org/274270@main> Reviewed commits have been landed. Closing PR #24025 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.