RESOLVED FIXED 202973
Add dumping for Animation and AnimationList
https://bugs.webkit.org/show_bug.cgi?id=202973
Summary Add dumping for Animation and AnimationList
Simon Fraser (smfr)
Reported 2019-10-14 22:32:39 PDT
Add dumping for Animation and AnimationList
Attachments
Patch (5.13 KB, patch)
2019-10-14 22:33 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2019-10-14 22:33:09 PDT
Dean Jackson
Comment 2 2019-10-15 13:37:21 PDT
Comment on attachment 380964 [details] 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?
WebKit Commit Bot
Comment 3 2019-10-15 14:18:44 PDT
Comment on attachment 380964 [details] Patch Clearing flags on attachment: 380964 Committed r251158: <https://trac.webkit.org/changeset/251158>
WebKit Commit Bot
Comment 4 2019-10-15 14:18:45 PDT
All reviewed patches have been landed. Closing bug.
Ling Ho
Comment 5 2019-10-15 15:31:17 PDT
Note You need to log in before you can comment on or make changes to this bug.