WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(5.96 KB, patch)
2015-02-24 04:45 PST
,
Gyuyoung Kim
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Gyuyoung Kim
Comment 1
2015-02-24 04:11:51 PST
Created
attachment 247221
[details]
Patch
Gyuyoung Kim
Comment 2
2015-02-24 04:45:16 PST
Created
attachment 247224
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug