Bug 182821

Summary: Use std::make_unique instead of explicit calls to new and instead of writing create functions
Product: WebKit Reporter: Darin Adler <darin>
Component: WebCore Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch andersca: review+

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>