[Webkit-unassigned] [Bug 35850] TypeInfo is unnecessarily large

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


https://bugs.webkit.org/show_bug.cgi?id=35850


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50184|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2010-03-08 08:01:28 PST ---
(From update of attachment 50184)
> -        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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list