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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 08:39:14 PDT 2011


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





--- Comment #18 from Darin Adler <darin at apple.com>  2011-10-14 08:39:13 PST ---
(From update of attachment 110959)
View in context: https://bugs.webkit.org/attachment.cgi?id=110959&action=review

> Source/WebCore/css/CSSPrimitiveValue.h:249
> +    unsigned m_isQuirkValue : 1;

We should expose a protected inline setter for m_isQuirkValue instead of exposing the data member itself.

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