[Webkit-unassigned] [Bug 199579] New: [WPE][GTK] GUniqueOutPtr::release should return a raw pointer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 8 11:06:03 PDT 2019


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

            Bug ID: 199579
           Summary: [WPE][GTK] GUniqueOutPtr::release should return a raw
                    pointer
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

GUniqueOutPtr::release should release to a raw pointer, rather than a GUniquePtr. If a GUniquePtr is desired, it's trivial to construct one from the raw pointer, but all existing callsites under Source/ would rather have a raw pointer. Currently they have to call release().release() to get the raw pointer, which is annoying.

-- 
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/20190708/1dd25ef1/attachment-0001.html>


More information about the webkit-unassigned mailing list