RESOLVED FIXED 141901
Remove unnecessary PlatformTimeRanges::create()
https://bugs.webkit.org/show_bug.cgi?id=141901
Summary Remove unnecessary PlatformTimeRanges::create()
Gyuyoung Kim
Reported 2015-02-23 02:07:06 PST
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.
Attachments
Patch (15.88 KB, patch)
2015-02-23 02:08 PST, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2015-02-23 02:08:35 PST
WebKit Commit Bot
Comment 2 2015-02-23 16:25:05 PST
Comment on attachment 247108 [details] Patch Clearing flags on attachment: 247108 Committed r180532: <http://trac.webkit.org/changeset/180532>
WebKit Commit Bot
Comment 3 2015-02-23 16:25:09 PST
All reviewed patches have been landed. Closing bug.
Alex Christensen
Comment 4 2015-02-23 18:55:16 PST
Note You need to log in before you can comment on or make changes to this bug.