Bug 262726

Summary: Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateRendering()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Layout and RenderingAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.