[webkit-reviews] review granted: [Bug 187145] Crash in WebCore::WebAnimation::timeToNextRequiredTick when running imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-no-browsing-context.html : [Attachment 344099] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 2 12:43:08 PDT 2018


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 187145: Crash in WebCore::WebAnimation::timeToNextRequiredTick when running
imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-no
-browsing-context.html
https://bugs.webkit.org/show_bug.cgi?id=187145

Attachment 344099: Patch

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




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

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

> Source/WebCore/animation/WebAnimation.cpp:1012
> +    auto animationCurrentTime = currentTime();
> +    if (animationCurrentTime) {

if (auto animationCurrentTime = currentTime()) {


More information about the webkit-reviews mailing list