[webkit-reviews] review granted: [Bug 108206] Structure::m_outOfLineCapacity is unnecessary : [Attachment 185651] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 14:09:40 PST 2013


Geoffrey Garen <ggaren at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 108206: Structure::m_outOfLineCapacity is unnecessary
https://bugs.webkit.org/show_bug.cgi?id=108206

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

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=185651&action=review


r=me

> Source/WTF/wtf/MathExtras.h:434
> +#define BITWISE_LOG2_32(v) \

This should just be an inline function.


More information about the webkit-reviews mailing list