Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: bc8fb461aa5625c86f1ad0a880712b242f4ae7c8 https://github.com/WebKit/WebKit/commit/bc8fb461aa5625c86f1ad0a880712b242f4ae7c8 Author: David Kilzer <ddkil...@apple.com> Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths: M Source/WebCore/platform/graphics/FontPlatformData.h Log Message: ----------- WebCore::FontPlatformData::Attributes::m_options is uninitialized https://bugs.webkit.org/show_bug.cgi?id=268233 <rdar://121753752> Reviewed by Matt Woodrow. * 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/273660@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes