Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d19c41623ff691b93437af563f0369c1e56fc1eb
https://github.com/WebKit/WebKit/commit/d19c41623ff691b93437af563f0369c1e56fc1eb
Author: Vitor Roriz <[email protected]>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M Source/WebCore/platform/graphics/FontCascadeFonts.cpp
Log Message:
-----------
Invalidate ShapedTextCache when pruning system font fallback data
https://bugs.webkit.org/show_bug.cgi?id=309236
rdar://171598334
Reviewed by Simon Fraser.
ShapedTextCache needs to be cleared out when we are
clearing system font fallback as we might be pointing
at it.
This is a hot path that still hasn't adopt smart pointers.
We should evaluate it next.
* Source/WebCore/platform/graphics/FontCascadeFonts.cpp:
(WebCore::FontCascadeFonts::pruneSystemFallbacks):
Canonical link: https://commits.webkit.org/308731@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications