[webkit-changes] [WebKit/WebKit] d192ab: Avoid use of Vector::uncheckedAppend() in RemoteLa...
Chris Dumez
noreply at github.com
Thu Oct 5 16:40:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d192abf745ffb662d298d2fc84afc677f42ba031
https://github.com/WebKit/WebKit/commit/d192abf745ffb662d298d2fc84afc677f42ba031
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeDrawingArea.mm
Log Message:
-----------
Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateRendering()
https://bugs.webkit.org/show_bug.cgi?id=262726
Reviewed by Ryosuke Niwa.
Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateRendering()
as this is hot code and uncheckedAppend() has recently become an alias to append().
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeDrawingArea.mm:
(WebKit::RemoteLayerTreeDrawingArea::updateRendering):
Canonical link: https://commits.webkit.org/268949@main
More information about the webkit-changes
mailing list