Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: be5c0bc7cd942294a166d850c37f5b27c1595fed
https://github.com/WebKit/WebKit/commit/be5c0bc7cd942294a166d850c37f5b27c1595fed
Author: Fady Farag <[email protected]>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M Source/WebCore/platform/graphics/GraphicsLayer.cpp
Log Message:
-----------
Optimize redundant map lookups in graphics/GraphicsLayer
https://bugs.webkit.org/show_bug.cgi?id=306913
rdar://169577502
Reviewed by Chris Dumez.
This uses a single find() call with C++17 init-statement
to avoid redundant map lookups.
* Source/WebCore/platform/graphics/GraphicsLayer.cpp:
(WebCore::GraphicsLayer::dumpProperties const):
Canonical link: https://commits.webkit.org/306776@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications