| Summary: | Make MachSendRight move-only | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | WebKit2 | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 257581, 258608 | ||
| Bug Blocks: | |||
|
Description
Matt Woodrow
2023-05-31 19:13:34 PDT
This extends to all the handle types that should unify their interface: UnixFileDescriptor Win32Handle MachSendRight If the copy constructor should be removed, the interface should be the same for all so that generic code can be written. E.g. ...::copy() or ...::duplicate() Pull request: https://github.com/WebKit/WebKit/pull/14771 maybe bug 258608 needs to be addressed before landing the patch Committed 266327@main (aeb697fb2c06): <https://commits.webkit.org/266327@main> Reviewed commits have been landed. Closing PR #14771 and removing active labels. |