Bug 225440 - Replace raw pointers in SVGElementRareData and SVGDocumentExtensions with WeakHashMap and WeakPtr
Summary: Replace raw pointers in SVGElementRareData and SVGDocumentExtensions with Wea...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-06 02:05 PDT by Ryosuke Niwa
Modified: 2021-05-06 03:36 PDT (History)
17 users (show)

See Also:


Attachments
Patch (44.51 KB, patch)
2021-05-06 02:24 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>