Bug 162482

Summary: [bmalloc] Avoid implicit pointer conversion from std::array::iterator
Product: WebKit Reporter: Yoshiaki Jitsukawa <yoshiaki.jitsukawa>
Component: bmallocAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, Hironori.Fujii
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Yoshiaki Jitsukawa 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.
Comment 1 Yoshiaki Jitsukawa 2016-09-23 01:25:27 PDT
Created attachment 289670 [details]
Patch
Comment 2 Geoffrey Garen 2016-09-23 09:33:52 PDT
Comment on attachment 289670 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2016-09-26 11:20:11 PDT
All reviewed patches have been landed.  Closing bug.