[Webkit-unassigned] [Bug 75959] Add RenderStyle::isPositioned() helper method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 13:45:59 PST 2012


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #122086|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #6 from Tony Chang <tony at chromium.org>  2012-01-11 13:45:59 PST ---
(From update of attachment 122086)
View in context: https://bugs.webkit.org/attachment.cgi?id=122086&action=review

> Source/WebCore/rendering/RenderObject.cpp:629
> +        if (!last->isText() && (last->style()->isPositioned())) {

Nit: Remove extra ()s.

> Source/WebCore/rendering/RenderObject.cpp:669
> +    if (b && !alreadyDirty && markParents && (isText() || (!style()->isPositioned())))

Nit: Remove extra ()s.

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