[Webkit-unassigned] [Bug 40327] Leftover calls to RenderStyle color accessors, which are no longer public methods.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 13 06:20:14 PDT 2010


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


Alex Milowski <alex at milowski.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at milowski.com




--- Comment #7 from Alex Milowski <alex at milowski.com>  2010-06-13 06:20:13 PST ---
This doesn't seem like the correct way to update the code.  Instead, we should just
use:

   style()->visitedDependentColor(CSSPropertyColor)

to replace the use of

   style()->color()

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