[Webkit-unassigned] [Bug 208928] New: Remove bare pointer hash sets from RenderSVGResourceContainer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 10:41:14 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=208928

            Bug ID: 208928
           Summary: Remove bare pointer hash sets from
                    RenderSVGResourceContainer
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: zimmermann at kde.org

These need to be weak pointer hash sets:

    HashSet<RenderElement*> m_clients;
    HashSet<RenderLayer*> m_clientLayers;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200311/a78d0912/attachment-0001.htm>


More information about the webkit-unassigned mailing list