Bug 278248

Summary: Make ObjectIdentifier / AtomicObjectIdentifier non-nullable by default
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: 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
Reported 2024-08-16 12:40:45 PDT
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
Chris Dumez
Comment 1 2024-08-16 12:44:20 PDT
EWS
Comment 2 2024-08-16 20:00:46 PDT
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
Comment 3 2024-08-16 20:01:14 PDT
Note You need to log in before you can comment on or make changes to this bug.