Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4db186d7100fb1f9b0d42077c228cd7de52952fc
https://github.com/WebKit/WebKit/commit/4db186d7100fb1f9b0d42077c228cd7de52952fc
Author: Adrian Taylor <[email protected]>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M Source/WebKit/Platform/IPC/HandleMessage.h
Log Message:
-----------
Pass Connection pointer to Swift
https://bugs.webkit.org/show_bug.cgi?id=303738
rdar://166048466
Reviewed by Richard Robinson.
The Swift IPC message handling code that was recently landed does not build
correctly for Swift message handlers taking a Connection parameter.
This change switches to a raw pointer to the Swift message handler function,
necessary for compatibility with the the generated function signature in the
generated header.
Canonical link: https://commits.webkit.org/304284@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications