[webkit-reviews] review granted: [Bug 204272] REGRESSION(r252455): imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements.html fails on iOS and WK1 : [Attachment 384380] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 26 12:52:39 PST 2019


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 204272: REGRESSION(r252455):
imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements.
html fails on iOS and WK1
https://bugs.webkit.org/show_bug.cgi?id=204272

Attachment 384380: Patch

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




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

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

> Source/WebCore/animation/AnimationTimeline.cpp:77
> +    static unsigned s_globalPosition = 0;

Use uint64_t. Hopefully we'll never have that many animations.


More information about the webkit-reviews mailing list