[webkit-changes] [WebKit/WebKit] 54dda4: Fix internal Ventura build after 282945 at main
Alex Christensen
noreply at github.com
Fri Aug 30 07:26:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 54dda47cf84c4f82dddedfea83be8c2f3fb7dd43
https://github.com/WebKit/WebKit/commit/54dda47cf84c4f82dddedfea83be8c2f3fb7dd43
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-08-30 (Fri, 30 Aug 2024)
Changed paths:
M Source/WebKit/NetworkProcess/webtransport/cocoa/NetworkTransportSessionCocoa.mm
Log Message:
-----------
Fix internal Ventura build after 282945 at main
https://bugs.webkit.org/show_bug.cgi?id=278918
rdar://135014884
Unreviewed.
The open source Ventura build is fine because it uses the forward declaration in CFNetworkSPI.h.
The internal Ventura build has the symbol nw_http2_create_options in a different location in the SDK.
Since I'm away from the ability to try an internal Ventura build right now, add a forward declaration
to make the build more like the open source build.
* Source/WebKit/NetworkProcess/webtransport/cocoa/NetworkTransportSessionCocoa.mm:
Canonical link: https://commits.webkit.org/282966@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list