Bug 303738
| Summary: | Pass Connection pointer to Swift | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Process Model | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
Swift message handler functions currently need to receive a raw pointer rather than a Ref<IPC::Connection> (related to rdar://156521316). This upsets the Safer C++ checker. Find a solution which keeps both Swift and Safer C++ happy.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166048466>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/55023
EWS
Committed 304284@main (4db186d7100f): <https://commits.webkit.org/304284@main>
Reviewed commits have been landed. Closing PR #55023 and removing active labels.