Bug 208928 - Remove bare pointer hash sets from RenderSVGResourceContainer
Summary: Remove bare pointer hash sets from RenderSVGResourceContainer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-11 10:41 PDT by Simon Fraser (smfr)
Modified: 2023-09-26 01:53 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-03-11 10:41:14 PDT
These need to be weak pointer hash sets:

    HashSet<RenderElement*> m_clients;
    HashSet<RenderLayer*> m_clientLayers;
Comment 1 Rob Buis 2023-09-21 07:56:10 PDT
Looks like this was fixed by https://commits.webkit.org/267914@main.
Comment 2 Rob Buis 2023-09-26 01:52:59 PDT
Fixed by https://commits.webkit.org/267914@main.
Comment 3 Radar WebKit Bug Importer 2023-09-26 01:53:13 PDT
<rdar://problem/116043640>