[Webkit-unassigned] [Bug 153705] New: Use std::make_unique<> when creating an unique_ptr object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 30 05:01:45 PST 2016


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

            Bug ID: 153705
           Summary: Use std::make_unique<> when creating an unique_ptr
                    object
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

Some factory functions have used std::unique_ptr<> instead of std::make_unique<>. In those cases we need to use std::make_unique<> directly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160130/17554594/attachment.html>


More information about the webkit-unassigned mailing list