Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 158626c98e750aae7486c2f15a33ddd77fc6de09
https://github.com/WebKit/WebKit/commit/158626c98e750aae7486c2f15a33ddd77fc6de09
Author: Adrian Taylor <[email protected]>
Date: 2026-05-08 (Fri, 08 May 2026)
Changed paths:
M Source/WebCore/platform/graphics/FontCascadeFonts.cpp
M Source/WebCore/platform/graphics/FontCascadeFonts.h
Log Message:
-----------
Add GlyphPageCacheEntry destructor
https://bugs.webkit.org/show_bug.cgi?id=314387
rdar://176543249
Reviewed by Richard Robinson.
Swift is able to understand when a C++ type is reference counted by virtue of
the SWIFT_SHARED_REFERENCE annotation. We want to apply that to WebKit's base
reference counted types so that all derived types behave correctly when used
from Swift. This is a small pre-requisite change; Swift previously got confused
by this type because its implicitly generated destructor was attempting to
destroy a forward-declared type. Instead make the destructor explicit so that
it has access to the full definition.
Canonical link: https://commits.webkit.org/312903@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications