Bug 182821 - Use std::make_unique instead of explicit calls to new and instead of writing create functions
Summary: Use std::make_unique instead of explicit calls to new and instead of writing ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-14 21:53 PST by Darin Adler
Modified: 2018-02-15 11:50 PST (History)
2 users (show)

See Also:


Attachments
Patch (18.33 KB, patch)
2018-02-14 21:57 PST, Darin Adler
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2018-02-14 21:53:36 PST
Use std::make_unique instead of explicit calls to new and instead of writing create functions
Comment 1 Darin Adler 2018-02-14 21:57:56 PST
Created attachment 333875 [details]
Patch
Comment 2 Darin Adler 2018-02-15 11:49:28 PST
Committed r228528: <https://trac.webkit.org/changeset/228528>
Comment 3 Radar WebKit Bug Importer 2018-02-15 11:50:38 PST
<rdar://problem/37578473>