Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 47e9d1a501e9b49611a61c29bd5b43077253a27e https://github.com/WebKit/WebKit/commit/47e9d1a501e9b49611a61c29bd5b43077253a27e Author: Alex Christensen <achristen...@apple.com> Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths: M Source/WebKit/Configurations/WebKit.xcconfig Log Message: ----------- Fix tapi failure on Sonoma debug builds with 297312@main https://bugs.webkit.org/show_bug.cgi?id=296092 rdar://156004633 Reviewed by Elliott Williams. For some odd reason, on macOS Sonoma after 297312@main, WebKit.framework was exporting WebCore::CSS::Range{-inf, inf} which caused tapi to fail with this error: error: no declaration found for exported symbol '(weak-def) template parameter object for WebCore::CSS::Range{-inf, inf}' in dynamic library To work around it, explicitly remove it from the list of exported symbols. We don't want to export it. * Source/WebKit/Configurations/WebKit.xcconfig: Canonical link: https://commits.webkit.org/297500@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes