[webkit-reviews] review granted: [Bug 125642] Replace uses of WTF::BitArray with std::bitset : [Attachment 219093] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 12 10:25:36 PST 2013


Anders Carlsson <andersca at apple.com> has granted Sam Weinig <sam at webkit.org>'s
request for review:
Bug 125642: Replace uses of WTF::BitArray with std::bitset
https://bugs.webkit.org/show_bug.cgi?id=125642

Attachment 219093: Patch
https://bugs.webkit.org/attachment.cgi?id=219093&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
I think you should use .test instead of operator[] since the former does bounds
checking.


More information about the webkit-reviews mailing list