Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7901e90196fe3c4ab41603e9c8871da3bea10a11
https://github.com/WebKit/WebKit/commit/7901e90196fe3c4ab41603e9c8871da3bea10a11
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKit/WKWebView/Navigation.mm
Log Message:
-----------
[TestWebKitAPI] macCatalyst build is broken (Navigation.mm:5033:1: error:
'_usesNWLoader' property has a previous declaration)
https://bugs.webkit.org/show_bug.cgi?id=314041
rdar://176228133
Reviewed by Aditya Keerthi.
In macCatalyst, the _usesNWLoader declaration was being pulled in
transitively from elsewhere.
In this patch, we replace the file-local NSURLSessionTask and
NSURLSessionConfiguration SPI declarations with CFNetworkSPI.h, which
already provides them as necessary.
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/Navigation.mm:
Canonical link: https://commits.webkit.org/312656@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications