[Webkit-unassigned] [Bug 54707] Introduce lookup-table based approach for applying CSS properties.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 24 16:04:06 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54707
--- Comment #18 from Eric Seidel <eric at webkit.org> 2011-02-24 16:04:06 PST ---
(From update of attachment 83735)
View in context: https://bugs.webkit.org/attachment.cgi?id=83735&action=review
> Source/WebCore/css/CSSStyleApplyProperty.cpp:182
> + m_propertyMap[PROPERTY_INDEX(CSSPropertyColor)] = new ApplyPropertyColor(CSSPropertyColor, &RenderStyle::color, &RenderStyle::setColor, RenderStyle::initialColor);
This also looks like it wants to be a helper function, no?
--
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