[Webkit-unassigned] [Bug 142161] New: [WK2] Remove unnecessary create() factory functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 04:32:31 PST 2015


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

            Bug ID: 142161
           Summary: [WK2] Remove unnecessary create() factory functions
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

We can replace some create() factory functions with std::make_unique(). Because it just returns new instance. Even some of those functions have used std::unique_ptr<> instead of std::make_unique<>.

-- 
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/20150302/8b83a8fd/attachment-0002.html>


More information about the webkit-unassigned mailing list