WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
121583
Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=121583
Summary
Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in JavaScriptCore
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2013-09-18 19:56:19 PDT
Created
attachment 212031
[details]
Patch
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
Committed
r156079
: <
http://trac.webkit.org/changeset/156079
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug