[Webkit-unassigned] [Bug 74229] background-image transitions trigger between equivalent images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 9 17:16:02 PST 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #118668|review?                     |review+
               Flag|                            |




--- Comment #3 from Darin Adler <darin at apple.com>  2011-12-09 17:16:03 PST ---
(From update of attachment 118668)
View in context: https://bugs.webkit.org/attachment.cgi?id=118668&action=review

> Source/WebCore/page/animation/AnimationBase.cpp:385
> +       if ((!a && !b) || a == b)

No need for the first half of this expression. Just a == b will do.

> Source/WebCore/page/animation/AnimationBase.cpp:698
> +       if ((!a && !b) || a == b)

Ditto.

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