[webkit-changes] [WebKit/WebKit] 8ffa74: Re-land: WebCore::FontPlatformData::Attributes::m_...
Commit Queue
noreply at github.com
Fri May 24 11:23:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ffa7479058d6abd31a8ee48a2cd52a20a22489b
https://github.com/WebKit/WebKit/commit/8ffa7479058d6abd31a8ee48a2cd52a20a22489b
Author: David Kilzer <ddkilzer at apple.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M Source/WebCore/platform/graphics/FontPlatformData.h
Log Message:
-----------
Re-land: WebCore::FontPlatformData::Attributes::m_options is uninitialized
<https://bugs.webkit.org/show_bug.cgi?id=268233>
<rdar://121753752>
Reviewed by Matt Woodrow.
Re-land: This was dropped in 7d987cc22c9a, but the instance variable is
still not initialized in one WebCore::FontPlatformDataAttributes
constructor. Originally landed in bc8fb461aa56.
* Source/WebCore/platform/graphics/FontPlatformData.h:
- Initialize m_options. There is currently is no "None" enum, so we
cast 0. Fix tracked by <rdar://121670125>
Canonical link: https://commits.webkit.org/279281@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list