Bug 303175
| Summary: | Introduce WTF::Cell | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
Swift interop does not currently allow us to pass move-only types from C++ to Swift, so we need to wrap them up into a reference-counted container. We already have such a container, as an implementation detail of WTF::Box. Abstract it from Box so that it can be used independently. The inability to pass move-only types by value is rdar://162361370.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/165481024>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/54517
EWS
Committed 303681@main (5edb8bb8be59): <https://commits.webkit.org/303681@main>
Reviewed commits have been landed. Closing PR #54517 and removing active labels.