[webkit-reviews] review granted: [Bug 50639] Fix pauseAnimation API to work with shorthand properties : [Attachment 75876] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 8 09:31:36 PST 2010


mitz at webkit.org has granted Simon Fraser (smfr) <simon.fraser at apple.com>'s
request for review:
Bug 50639: Fix pauseAnimation API to work with shorthand properties
https://bugs.webkit.org/show_bug.cgi?id=50639

Attachment 75876: Patch
https://bugs.webkit.org/attachment.cgi?id=75876&action=review

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=75876&action=review

> WebCore/page/animation/CompositeAnimation.cpp:526
>      if (!implAnim || !implAnim->running())

No need to test for !implAnim here anymore.


More information about the webkit-reviews mailing list