[Webkit-unassigned] [Bug 185210] New: Use RetainPtr for form input type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 12:30:42 PDT 2018


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

            Bug ID: 185210
           Summary: Use RetainPtr for form input type
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Switch the InputType of the HTMLInputElement from std::unique_ptr<> to a RefPtr<>, since we sometimes want to hold a temporary reference to the value (i.e., it's not truly a unique_ptr), and the current implementation makes this impossible.

-- 
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/20180502/f954a8f5/attachment.html>


More information about the webkit-unassigned mailing list