Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9d701ba2716ed7fa145da273c51d9c064281cc2c
https://github.com/WebKit/WebKit/commit/9d701ba2716ed7fa145da273c51d9c064281cc2c
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M Source/WebCore/Configurations/AllowedSPI-legacy.toml
M Source/WebCore/Configurations/AllowedSPI.toml
Log Message:
-----------
REGRESSION(315338@main): WebCore SPI audit fails on iOS 26.4 debug with
unrecognized symbol "kCTFontDescriptorLanguageAttribute"
https://bugs.webkit.org/show_bug.cgi?id=317284
rdar://179890896
Reviewed by Jonathan Bedard.
In 315338@main, we removed two SPI symbol entries used in WebCore since
they were being pulled in from the CoreText SDKDB. However, these
entries are still necessary to build for iOS <= 26.4, since the symbols
in question do not exist in the CoreText SDKDB corresponding to those
iOS SDKs.
* Source/WebCore/Configurations/AllowedSPI-legacy.toml:
* Source/WebCore/Configurations/AllowedSPI.toml:
Canonical link: https://commits.webkit.org/315364@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications