RESOLVED FIXED Bug 162482
[bmalloc] Avoid implicit pointer conversion from std::array::iterator
https://bugs.webkit.org/show_bug.cgi?id=162482
Summary [bmalloc] Avoid implicit pointer conversion from std::array::iterator
Yoshiaki Jitsukawa
Reported 2016-09-23 01:03:31 PDT
In Chunk.h and FixedVector.h, there are functions which expects implicit conversion from an std::array::iterator to a pointer, which is not supported by some STL library.
Attachments
Patch (1.96 KB, patch)
2016-09-23 01:25 PDT, Yoshiaki Jitsukawa
no flags
Yoshiaki Jitsukawa
Comment 1 2016-09-23 01:25:27 PDT
Geoffrey Garen
Comment 2 2016-09-23 09:33:52 PDT
Comment on attachment 289670 [details] Patch r=me
WebKit Commit Bot
Comment 3 2016-09-26 11:20:07 PDT
Comment on attachment 289670 [details] Patch Clearing flags on attachment: 289670 Committed r206380: <http://trac.webkit.org/changeset/206380>
WebKit Commit Bot
Comment 4 2016-09-26 11:20:11 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.