[Webkit-unassigned] [Bug 56401] hover then un-hover makes state change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 11:37:21 PDT 2011


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


Dave Hyatt <hyatt at apple.com> changed:

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




--- Comment #13 from Dave Hyatt <hyatt at apple.com>  2011-07-13 11:37:21 PST ---
(From update of attachment 99800)
View in context: https://bugs.webkit.org/attachment.cgi?id=99800&action=review

> Source/WebCore/rendering/RenderObjectChildList.cpp:413
> +    if ((type == BEFORE) && insertBefore && insertBefore->isAnonymousBlock() && insertBefore->childrenInline()) {

Isn't (type == BEFORE) unnecessary in this if statement? insertBefore will be 0 if type is not == BEFORE.

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