Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 13a37239ea7b2b670bca296d44029c3977003ba2
https://github.com/WebKit/WebKit/commit/13a37239ea7b2b670bca296d44029c3977003ba2
Author: Brent Fulgham <[email protected]>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h
M Source/WebCore/PAL/pal/spi/cocoa/NetworkSPI.h
Log Message:
-----------
Correct some outdated SPI header declarations
https://bugs.webkit.org/show_bug.cgi?id=314828
rdar://177084325
Reviewed by Elliott Williams and Dan Glastonbury.
This change corrects some forward declarations to avoid duplicates when
building with
the Internal SDK. It also corrects nullability declarations (or adds
_Null_unspecified)
to reduce warning output in our build logs.
* Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h:
* Source/WebCore/PAL/pal/spi/cocoa/NetworkSPI.h:
Canonical link: https://commits.webkit.org/313343@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications