Bug 225440

Summary: Replace raw pointers in SVGElementRareData and SVGDocumentExtensions with WeakHashMap and WeakPtr
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: SVGAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, changseok, dino, esprehn+autocc, ews-watchlist, fmalita, glenn, gyuyoung.kim, koivisto, kondapallykalyan, pdr, sabouhallawa, schenney, sergio, thorton, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=225390
Attachments:
Description Flags
Patch none

Description Ryosuke Niwa 2021-05-06 02:05:33 PDT
As a follow up to https://trac.webkit.org/r277013, replace the remaining raw pointers
of elements in SVGDocumentExtensions and SVGElementRareData with WeakHashMap and WeakPtr.
Comment 1 Ryosuke Niwa 2021-05-06 02:24:36 PDT
Created attachment 427862 [details]
Patch
Comment 2 EWS 2021-05-06 03:35:15 PDT
Committed r277078 (237381@main): <https://commits.webkit.org/237381@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 427862 [details].
Comment 3 Radar WebKit Bug Importer 2021-05-06 03:36:15 PDT
<rdar://problem/77600361>