[webkit-reviews] review granted: [Bug 202973] Add dumping for Animation and AnimationList : [Attachment 380964] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 13:37:21 PDT 2019


Dean Jackson <dino at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 202973: Add dumping for Animation and AnimationList
https://bugs.webkit.org/show_bug.cgi?id=202973

Attachment 380964: Patch

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




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

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

> Source/WebCore/platform/animation/AnimationList.cpp:71
> +    for (size_t i = 0; i < animationList.size(); ++i) {

Maybe we should put iterators on AnimationList?


More information about the webkit-reviews mailing list