[Webkit-unassigned] [Bug 127554] New: [GLIB] Add GUniqueOutPtr and use it instead of GOwnPtr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 24 04:28:21 PST 2014


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

           Summary: [GLIB] Add GUniqueOutPtr and use it instead of GOwnPtr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com


In r162516 we added GUniquePtr that was used to replace GOwnPtr in all case except when the output pointer is needed. For those cases we can't use std::unique_ptr, so we need a class to cover these cases.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list