RESOLVED FIXED 262726
Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateRendering()
https://bugs.webkit.org/show_bug.cgi?id=262726
Summary Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateR...
Chris Dumez
Reported 2023-10-05 13:14:37 PDT
Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateRendering() as this is hot code and uncheckedAppend() has recently become an alias to append().
Attachments
Chris Dumez
Comment 1 2023-10-05 13:19:06 PDT
EWS
Comment 2 2023-10-05 16:40:44 PDT
Committed 268949@main (d192abf745ff): <https://commits.webkit.org/268949@main> Reviewed commits have been landed. Closing PR #18716 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.