Bug 283519
| Summary: | Reduce use of `NotRefCounted` in *.messages.in files | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ggaren, kkinnunen, rniwa, rupin, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Reduce use of `NotRefCounted` in *.messages.in files. Many of the message receivers are ref-counted now. However, they still have `NotRefCounted` in their *.messages.in so the generated IPC code fails to ref the object before calling IPC endpoint functions on the object.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/37026
EWS
Committed 287015@main (31f23dad62dd): <https://commits.webkit.org/287015@main>
Reviewed commits have been landed. Closing PR #37026 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/140478165>