Bug 302643
| Summary: | Mark AuxiliaryProcessProxy::fromConnection as nullable | ||
|---|---|---|---|
| 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
Upcoming work will build a CoreIPC receiver in Swift, and it's likely to call AuxiliaryProcessProxy::fromConnection. We therefore need to annotate this function to indicate whether its return value is nullable (it is; the weak reference may no longer be valid). This is in fact the only WebKit API which needs to be so annotated, based on current prototypes of the CoreIPC receiver.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/164887710>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/54051
EWS
Committed 303248@main (e8002401c67d): <https://commits.webkit.org/303248@main>
Reviewed commits have been landed. Closing PR #54051 and removing active labels.