Bug 121588 - Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in Tools
Summary: Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in Tools
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-18 21:40 PDT by Sam Weinig
Modified: 2013-09-19 09:04 PDT (History)
0 users

See Also:


Attachments
Patch (14.23 KB, patch)
2013-09-18 21:42 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2013-09-18 21:40:55 PDT
Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in Tools
Comment 1 Sam Weinig 2013-09-18 21:42:05 PDT
Created attachment 212033 [details]
Patch
Comment 2 Sam Weinig 2013-09-19 09:04:55 PDT
Committed r156100: <http://trac.webkit.org/changeset/156100>