Bug 35221 - Remove auto_ptr usage in JavaScriptCore
Summary: Remove auto_ptr usage in JavaScriptCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Julien Chaffraix
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-21 15:50 PST by Julien Chaffraix
Modified: 2010-02-22 21:04 PST (History)
0 users

See Also:


Attachments
Proposed fix: change some signatures, remove <memory> and auto_ptr reference (5.74 KB, patch)
2010-02-21 15:54 PST, Julien Chaffraix
darin: review+
jchaffraix: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2010-02-21 15:50:53 PST
Now that PassOwnPtr / OwnPtr can replace auto_ptr, we can make this switch.

Patch forthcoming.
Comment 1 Julien Chaffraix 2010-02-21 15:54:47 PST
Created attachment 49176 [details]
Proposed fix: change some signatures, remove <memory> and auto_ptr reference
Comment 2 Julien Chaffraix 2010-02-22 21:04:10 PST
Landed in r55120.