Bug 125642

Summary: Replace uses of WTF::BitArray with std::bitset
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, macpherson, menard, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2013-12-12 10:19:35 PST
Replace uses of WTF::BitArray with std::bitset
Comment 1 Sam Weinig 2013-12-12 10:20:34 PST
Created attachment 219093 [details]
Patch
Comment 2 Anders Carlsson 2013-12-12 10:23:48 PST
Comment on attachment 219093 [details]
Patch

I think you should use .test instead of operator[] since the former does bounds checking.
Comment 3 Sam Weinig 2013-12-12 10:28:39 PST
Committed r160492: <http://trac.webkit.org/changeset/160492>