[Webkit-unassigned] [Bug 141901] New: Remove unnecessary PlatformTimeRanges::create()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 02:07:06 PST 2015


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

            Bug ID: 141901
           Summary: Remove unnecessary PlatformTimeRanges::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

As mentioned in https://bugs.webkit.org/show_bug.cgi?id=139019#c12, PlatformTimeRanges::create() functions have just created an instance of PlatformTimeRanges. Even PlatformTimeRanges supports create() factory function as well as public constructor. This functionality can be replaced with std::make_unique<> use 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/20150223/d5b3b5c3/attachment-0002.html>


More information about the webkit-unassigned mailing list