RESOLVED FIXED253629
Use a WeakPtr for InlineCSSStyleDeclaration::m_parentElement
https://bugs.webkit.org/show_bug.cgi?id=253629
Summary Use a WeakPtr for InlineCSSStyleDeclaration::m_parentElement
Chris Dumez
Reported 2023-03-08 22:06:04 PST
Use a WeakPtr for InlineCSSStyleDeclaration::m_parentElement. This is safer than keeping a raw pointer and avoids some work in the StyleElement destructor to clear this pointer.
Attachments
Chris Dumez
Comment 1 2023-03-08 22:07:34 PST
EWS
Comment 2 2023-03-09 08:50:43 PST
Committed 261440@main (a08f9d20cd53): <https://commits.webkit.org/261440@main> Reviewed commits have been landed. Closing PR #11283 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-03-09 08:51:17 PST
Chris Dumez
Comment 4 2023-03-09 14:59:15 PST
Chris Dumez
Comment 5 2023-03-09 14:59:16 PST
EWS
Comment 6 2023-03-09 15:16:24 PST
Committed 261475@main (7b7bf746e7bc): <https://commits.webkit.org/261475@main> Reviewed commits have been landed. Closing PR #11328 and removing active labels.
Chris Dumez
Comment 7 2023-03-10 09:04:41 PST
EWS
Comment 8 2023-03-10 11:41:50 PST
Committed 261517@main (bbcee9c23927): <https://commits.webkit.org/261517@main> Reviewed commits have been landed. Closing PR #11365 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.