[Webkit-unassigned] [Bug 64865] Switch isQuirkValue() virtual function to inline one.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 16 02:05:55 PDT 2011


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


Eric Seidel <eric at webkit.org> changed:

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




--- Comment #30 from Eric Seidel <eric at webkit.org>  2011-10-16 02:05:54 PST ---
(From update of attachment 111152)
View in context: https://bugs.webkit.org/attachment.cgi?id=111152&action=review

Seems OK.

> Source/WebCore/css/CSSPrimitiveValue.h:257
> -    signed m_type : 31;
> +    signed m_type : 30;

Why is m_type bigger than it needs to be?

-- 
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