[webkit-reviews] review granted: [Bug 35850] TypeInfo is unnecessarily large : [Attachment 50184] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 08:01:27 PST 2010


Darin Adler <darin at apple.com> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 35850: TypeInfo is unnecessarily large
https://bugs.webkit.org/show_bug.cgi?id=35850

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

------- Additional Comments from Darin Adler <darin at apple.com>
> -	   JSType type() const { return m_type; }
> +	   JSType type() const { return (JSType)m_type; }

This should use static_cast rather than a C-style cast.

r=me


More information about the webkit-reviews mailing list