RESOLVED FIXED Bug 120720
Animations in an AnimationList are never null
https://bugs.webkit.org/show_bug.cgi?id=120720
Summary Animations in an AnimationList are never null
Anders Carlsson
Reported 2013-09-04 19:35:33 PDT
Animations in an AnimationList are never null
Attachments
Patch (24.24 KB, patch)
2013-09-04 19:45 PDT, Anders Carlsson
no flags
Patch (25.13 KB, patch)
2013-09-05 07:11 PDT, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-09-04 19:45:39 PDT
Andreas Kling
Comment 2 2013-09-04 19:48:11 PDT
Comment on attachment 210540 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=210540&action=review I feel like I'm reviewing a patch by myself from the future. > Source/WebCore/platform/animation/AnimationList.h:52 > + void append(PassRefPtr<Animation> anim) "anim"? :P
Early Warning System Bot
Comment 3 2013-09-04 19:54:28 PDT
Early Warning System Bot
Comment 4 2013-09-04 19:56:04 PDT
EFL EWS Bot
Comment 5 2013-09-04 20:57:08 PDT
kov's GTK+ EWS bot
Comment 6 2013-09-04 21:00:41 PDT
EFL EWS Bot
Comment 7 2013-09-04 21:22:21 PDT
Anders Carlsson
Comment 8 2013-09-05 07:11:40 PDT
Andreas Kling
Comment 9 2013-09-05 08:09:05 PDT
Comment on attachment 210613 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=210613&action=review > Source/WebCore/platform/animation/AnimationList.h:64 > + Vector<RefPtr<Animation>> m_animations; This should really be a Vector<Ref<Animation>>
Anders Carlsson
Comment 10 2013-09-05 08:10:39 PDT
Regressions: Unexpected image-only failures (1) animations/cross-fade-background-image.html [ ImageOnlyFailure ] This fails for me even without the patch.
Anders Carlsson
Comment 11 2013-09-05 08:15:07 PDT
Note You need to log in before you can comment on or make changes to this bug.