Bug 278248
| Summary: | Make ObjectIdentifier / AtomicObjectIdentifier non-nullable by default | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Web Template Framework | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Make ObjectIdentifier / AtomicObjectIdentifier non-nullable by default, meaning that they do not have a default constructor that constructs an "invalid" identifier. This forces call sites to use Markable / std::optional and the identifier is missing, we can actually get sent over IPC.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/32312
EWS
Committed 282385@main (e596a69244f6): <https://commits.webkit.org/282385@main>
Reviewed commits have been landed. Closing PR #32312 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/134106203>