WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
208928
Remove bare pointer hash sets from RenderSVGResourceContainer
https://bugs.webkit.org/show_bug.cgi?id=208928
Summary
Remove bare pointer hash sets from RenderSVGResourceContainer
Simon Fraser (smfr)
Reported
2020-03-11 10:41:14 PDT
These need to be weak pointer hash sets: HashSet<RenderElement*> m_clients; HashSet<RenderLayer*> m_clientLayers;
Attachments
Add attachment
proposed patch, testcase, etc.
Rob Buis
Comment 1
2023-09-21 07:56:10 PDT
Looks like this was fixed by
https://commits.webkit.org/267914@main
.
Rob Buis
Comment 2
2023-09-26 01:52:59 PDT
Fixed by
https://commits.webkit.org/267914@main
.
Radar WebKit Bug Importer
Comment 3
2023-09-26 01:53:13 PDT
<
rdar://problem/116043640
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug