Bug 121527 - Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in WebCore
Summary: Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in WebCore
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-17 16:37 PDT by Sam Weinig
Modified: 2013-09-17 17:14 PDT (History)
3 users (show)

See Also:


Attachments
Patch (41.94 KB, patch)
2013-09-17 16:43 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (41.95 KB, patch)
2013-09-17 16:54 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-17 16:37:32 PDT
Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in WebCore
Comment 1 Sam Weinig 2013-09-17 16:43:11 PDT
Created attachment 211955 [details]
Patch
Comment 2 Early Warning System Bot 2013-09-17 16:49:42 PDT
Comment on attachment 211955 [details]
Patch

Attachment 211955 [details] did not pass qt-ews (qt):
Output: http://webkit-queues.appspot.com/results/1831091
Comment 3 Early Warning System Bot 2013-09-17 16:50:14 PDT
Comment on attachment 211955 [details]
Patch

Attachment 211955 [details] did not pass qt-wk2-ews (qt-wk2):
Output: http://webkit-queues.appspot.com/results/1833193
Comment 4 Sam Weinig 2013-09-17 16:54:23 PDT
Created attachment 211957 [details]
Patch
Comment 5 Sam Weinig 2013-09-17 17:14:04 PDT
Committed r156015: <http://trac.webkit.org/changeset/156015>