[webkit-reviews] review granted: [Bug 178643] [Web Animations] Add animations to the timeline : [Attachment 324529] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 22 13:01:34 PDT 2017


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 178643: [Web Animations] Add animations to the timeline
https://bugs.webkit.org/show_bug.cgi?id=178643

Attachment 324529: Patch

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




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

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

> Source/WebCore/animation/AnimationTimeline.cpp:60
> +    stream << (m_classType == DocumentTimelineClass ? "DocumentTimeline" :
"AnimationTimeline") << " with " << m_animations.size() << " animations:";
> +    stream << "\n";

why not put this on the previous line?

> Source/WebCore/animation/AnimationTimeline.cpp:64
> +	   stream << count << ". " << animation->description();
> +	   stream << "\n";

same


More information about the webkit-reviews mailing list