[Webkit-unassigned] [Bug 209925] New: HTMLFormElement should use WeakPtr to keep track of its FormNamedItem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 13:39:36 PDT 2020


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

            Bug ID: 209925
           Summary: HTMLFormElement should use WeakPtr to keep track of
                    its FormNamedItem
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Right now HTMLFormElement uses a HashMap of AtomString to a raw pointer of FormNamedItem.
We should replace the latter with WeakPtr to the equivalent HTMLElement.

-- 
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/20200402/b13f551d/attachment.htm>


More information about the webkit-unassigned mailing list