RESOLVED FIXED 35221
Remove auto_ptr usage in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=35221
Summary Remove auto_ptr usage in JavaScriptCore
Julien Chaffraix
Reported 2010-02-21 15:50:53 PST
Now that PassOwnPtr / OwnPtr can replace auto_ptr, we can make this switch. Patch forthcoming.
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-
Julien Chaffraix
Comment 1 2010-02-21 15:54:47 PST
Created attachment 49176 [details] Proposed fix: change some signatures, remove <memory> and auto_ptr reference
Julien Chaffraix
Comment 2 2010-02-22 21:04:10 PST
Landed in r55120.
Note You need to log in before you can comment on or make changes to this bug.