Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 29f9eab928c18244bd55d750a7f9c96037a9d0d7
https://github.com/WebKit/WebKit/commit/29f9eab928c18244bd55d750a7f9c96037a9d0d7
Author: Elliott Williams <[email protected]>
Date: 2025-12-23 (Tue, 23 Dec 2025)
Changed paths:
M Tools/TestWebKitAPI/NetworkConnection.mm
Log Message:
-----------
[TestWebKitAPI] Fix back-deployed Sequoia build:
nw_webtransport_metadata_set_local_draining unavailable
https://bugs.webkit.org/show_bug.cgi?id=304633
rdar://167069514
Unreviewed build fix.
This symbol is being loaded through a SOFT_LINK_MAY_FAIL macro, but the
compiler doesn't understand that and the unavailability declaration is
inherited from the SDK. Fix by redefining
nw_webtransport_metadata_set_local_draining to refer directly to its
softLink* entry point.
* Tools/TestWebKitAPI/NetworkConnection.mm:
Canonical link: https://commits.webkit.org/304914@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications