Bug 262726 - Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateRendering()
Summary: Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateR...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-05 13:14 PDT by Chris Dumez
Modified: 2023-10-05 16:41 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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().
Comment 1 Chris Dumez 2023-10-05 13:19:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18716
Comment 2 EWS 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.