[Webkit-unassigned] [Bug 57608] Implement CSSPropertyDirection in CSSStyleApplyProperty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 3 21:37:46 PDT 2011


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2011-04-03 21:37:47 PST ---
(From update of attachment 87826)
View in context: https://bugs.webkit.org/attachment.cgi?id=87826&action=review

Otherwise looks OK.

> Source/WebCore/css/CSSStyleApplyProperty.cpp:145
> +    ApplyPropertyDirection(TextDirection (RenderStyle::*getter)() const, void (RenderStyle::*setter)(TextDirection), TextDirection (*initial)())
> +        : ApplyPropertyDefault<TextDirection>(getter, setter, initial)
> +    {
> +    }

This isn't needed, or?

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