Bug 141966 - Remove DecodingTask::create and DatabaseOpenTask::create
Summary: Remove DecodingTask::create and DatabaseOpenTask::create
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 04:10 PST by Gyuyoung Kim
Modified: 2015-02-24 17:13 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.51 KB, patch)
2015-02-24 04:11 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (5.96 KB, patch)
2015-02-24 04:45 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 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.
Comment 1 Gyuyoung Kim 2015-02-24 04:11:51 PST
Created attachment 247221 [details]
Patch
Comment 2 Gyuyoung Kim 2015-02-24 04:45:16 PST
Created attachment 247224 [details]
Patch
Comment 3 Anders Carlsson 2015-02-24 09:01:00 PST
Comment on attachment 247224 [details]
Patch

Very nice!
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2015-02-24 17:13:06 PST
All reviewed patches have been landed.  Closing bug.