[Webkit-unassigned] [Bug 141966] New: Remove DecodingTask::create and DatabaseOpenTask::create

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 24 04:10:04 PST 2015


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

            Bug ID: 141966
           Summary: Remove DecodingTask::create and
                    DatabaseOpenTask::create
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

DatabaseOpenTask::create and  DatabaseOpenTask::create just create their instance. It can be replaced with 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: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150224/939d5d94/attachment-0002.html>


More information about the webkit-unassigned mailing list