RESOLVED FIXED277162
Use a smart pointer for SelectorQuery::CheckingContext::context
https://bugs.webkit.org/show_bug.cgi?id=277162
Summary Use a smart pointer for SelectorQuery::CheckingContext::context
Chris Dumez
Reported 2024-07-26 12:44:27 PDT
Use a RefPtr instead of a raw pointer. No risk of reference cycle since CheckingContext are always held on the stack.
Attachments
Chris Dumez
Comment 1 2024-07-26 12:46:33 PDT
EWS
Comment 2 2024-07-26 15:39:12 PDT
Committed 281425@main (26c497c3d4bd): <https://commits.webkit.org/281425@main> Reviewed commits have been landed. Closing PR #31308 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-07-26 15:40:15 PDT
Note You need to log in before you can comment on or make changes to this bug.