RESOLVED FIXED 122325
Remove WTF smart pointers 'const_pointer_cast'
https://bugs.webkit.org/show_bug.cgi?id=122325
Summary Remove WTF smart pointers 'const_pointer_cast'
Mikhail Pozdnyakov
Reported 2013-10-04 07:18:00 PDT
WTF smart pointers 'const_pointer_cast' functions are not used by anyone. Another reason is that const_pointer_cast functions are implemented wrongly (try to cast to a different pointer type).
Attachments
patch (2.97 KB, patch)
2013-10-04 07:22 PDT, Mikhail Pozdnyakov
no flags
Mikhail Pozdnyakov
Comment 1 2013-10-04 07:22:08 PDT
Darin Adler
Comment 2 2013-10-04 17:01:14 PDT
Comment on attachment 213363 [details] patch Seems OK. People aren’t using RefPtr<const X> anyway, and PassOwnPtr is on the way out.
WebKit Commit Bot
Comment 3 2013-10-04 17:24:49 PDT
Comment on attachment 213363 [details] patch Clearing flags on attachment: 213363 Committed r156931: <http://trac.webkit.org/changeset/156931>
WebKit Commit Bot
Comment 4 2013-10-04 17:24:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.