Bug 121583

Summary: Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in JavaScriptCore
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Sam Weinig
Reported 2013-09-18 19:40:27 PDT
Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in JavaScriptCore
Attachments
Patch (14.40 KB, patch)
2013-09-18 19:56 PDT, Sam Weinig
andersca: review+
Sam Weinig
Comment 1 2013-09-18 19:56:19 PDT
Anders Carlsson
Comment 2 2013-09-18 20:09:30 PDT
Comment on attachment 212031 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=212031&action=review > Source/JavaScriptCore/runtime/SymbolTable.h:477 > + // FIXME: Should this take a std::unique_ptr<SlowArgument[]>&&. It shouldn't.
Sam Weinig
Comment 3 2013-09-18 20:11:00 PDT
Note You need to log in before you can comment on or make changes to this bug.