[webkit-reviews] review granted: [Bug 186496] [Web Animations] Make WPT test at interfaces/Animation/finish.html pass reliably : [Attachment 344330] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 11:40:35 PDT 2018


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 186496: [Web Animations] Make WPT test at interfaces/Animation/finish.html
pass reliably
https://bugs.webkit.org/show_bug.cgi?id=186496

Attachment 344330: Patch

https://bugs.webkit.org/attachment.cgi?id=344330&action=review




--- Comment #3 from Dean Jackson <dino at apple.com> ---
Comment on attachment 344330
  --> https://bugs.webkit.org/attachment.cgi?id=344330
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=344330&action=review

> Source/WebCore/animation/AnimationTimeline.h:84
> +    const ListHashSet<WebAnimation*>& animationsWithoutTarget() const {
return m_animationsWithoutTarget; }

You never use this.


More information about the webkit-reviews mailing list