[Webkit-unassigned] [Bug 164913] Crash in WebCore::Animation::animationsMatch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 12:32:31 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164913

--- Comment #7 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #6)
> Can you reproduce the crash with this HTML and CSS?

No, I do not have a reproducer. I just happen to remember it crashed yesterday displaying about:overview (which does not even contain any animations).

FWIW there is a FIXME in TreeResolver::createAnimatedElementUpdate one line beneath the crash:

        update.change = determineChange(rendererToUpdate->style(), *animatedStyle);
        // If animation forces render tree reconstruction pass the original style. The animation will be applied on renderer construction.
        // FIXME: We should always use the animated style here.
        update.style = update.change == Detach ? WTFMove(newStyle) : WTFMove(animatedStyle);

But that looks probably unrelated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161118/268d0e5f/attachment-0001.html>


More information about the webkit-unassigned mailing list