| Summary: | [Web Animations] Make WPT test at interfaces/Animation/finish.html pass reliably | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> | ||||
| Component: | Animations | Assignee: | Antoine Quint <graouts> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | dino, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | Safari Technology Preview | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=186509 | ||||||
| Attachments: |
|
||||||
|
Description
Antoine Quint
2018-06-11 04:38:21 PDT
Created attachment 344330 [details]
Patch
Comment on attachment 344330 [details] 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. Committed r233585: <https://trac.webkit.org/changeset/233585> (In reply to Dean Jackson from comment #3) > Comment on attachment 344330 [details] > 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. We do in DocumentTimeline.cpp. |