RESOLVED FIXED 206819
[Web Animations] Update all DocumentTimeline objects when updating animations
https://bugs.webkit.org/show_bug.cgi?id=206819
Summary [Web Animations] Update all DocumentTimeline objects when updating animations
Antoine Quint
Reported 2020-01-26 23:49:09 PST
[Web Animations] Update all DocumentTimeline objects when updating animations
Attachments
Patch (7.14 KB, patch)
2020-01-26 23:52 PST, Antoine Quint
koivisto: review+
Antoine Quint
Comment 1 2020-01-26 23:52:02 PST
Antti Koivisto
Comment 2 2020-01-27 02:41:32 PST
Comment on attachment 388835 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=388835&action=review > Source/WebCore/dom/Document.h:2042 > + Vector<WeakPtr<DocumentTimeline>> m_timelines; You might want to use WeakHashSet instead if ordering doesn't matter.
Antoine Quint
Comment 3 2020-01-27 04:01:31 PST
Radar WebKit Bug Importer
Comment 4 2020-01-27 04:02:18 PST
Note You need to log in before you can comment on or make changes to this bug.