Bug 266286

Summary: Use CheckedPtr<Element> / CheckedRef<Element> less for non-stack variables
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: 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 2023-12-12 09:06:51 PST
Use CheckedPtr<Element> / CheckedRef<Element> less for non-stack variables since it introduces crashes that are not actionable. Use WeakRef<Element> / WeakPtr<Element> instead.
Attachments
Chris Dumez
Comment 1 2023-12-12 09:09:05 PST
EWS
Comment 2 2023-12-12 12:54:32 PST
Committed 271949@main (12e1fe4f7f33): <https://commits.webkit.org/271949@main> Reviewed commits have been landed. Closing PR #21686 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-12-12 12:55:55 PST
Note You need to log in before you can comment on or make changes to this bug.