[Webkit-unassigned] [Bug 59060] Remove redundant calls to RenderStyle::setDisplay()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 20:41:25 PDT 2011


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





--- Comment #3 from Luke Macpherson <macpherson at chromium.org>  2011-04-20 20:41:25 PST ---
(In reply to comment #2)
> (From update of attachment 90482 [details])
> Why is the other setDisplay call not neccessary?

The HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(display, Display) macro results in setDisplay(*primitiveValue).

This is what makes the other subsequent identical calls in else cases redundant.

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