RESOLVED FIXED 141966
Remove DecodingTask::create and DatabaseOpenTask::create
https://bugs.webkit.org/show_bug.cgi?id=141966
Summary Remove DecodingTask::create and DatabaseOpenTask::create
Gyuyoung Kim
Reported 2015-02-24 04:10:04 PST
DatabaseOpenTask::create and DatabaseOpenTask::create just create their instance. It can be replaced with std::make_unique<> directly.
Attachments
Patch (5.51 KB, patch)
2015-02-24 04:11 PST, Gyuyoung Kim
no flags
Patch (5.96 KB, patch)
2015-02-24 04:45 PST, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2015-02-24 04:11:51 PST
Gyuyoung Kim
Comment 2 2015-02-24 04:45:16 PST
Anders Carlsson
Comment 3 2015-02-24 09:01:00 PST
Comment on attachment 247224 [details] Patch Very nice!
WebKit Commit Bot
Comment 4 2015-02-24 17:13:02 PST
Comment on attachment 247224 [details] Patch Clearing flags on attachment: 247224 Committed r180598: <http://trac.webkit.org/changeset/180598>
WebKit Commit Bot
Comment 5 2015-02-24 17:13:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.