Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c541bf0a0086e9fd56e558450623062e7f085944
https://github.com/WebKit/WebKit/commit/c541bf0a0086e9fd56e558450623062e7f085944
Author: Antoine Quint <[email protected]>
Date: 2026-06-24 (Wed, 24 Jun 2026)
Changed paths:
A
LayoutTests/webanimations/threaded-animations/timing-function-threading-check-expected.txt
A
LayoutTests/webanimations/threaded-animations/timing-function-threading-check.html
M Source/WebCore/platform/animation/TimingFunction.h
Log Message:
-----------
[threaded-animations]
webanimations/threaded-animations/fill-mode-adjustment-additive.html may crash
under ASan
https://bugs.webkit.org/show_bug.cgi?id=317719
rdar://180122972
Reviewed by Tim Nguyen.
Since accelerated effects may be accessed both via the main thread and the
scrolling thread on macOS,
the `TimingFunction` class should use `ThreadSafeRefCounted` like all the other
ref-counted types used
by `AcceleratedEffect` and `AcceleratedEffectValues`.
This fix was automatically suggested by an LLM during bug analysis, I validated
its approach.
Test: webanimations/threaded-animations/timing-function-threading-check.html
*
LayoutTests/webanimations/threaded-animations/timing-function-threading-check-expected.txt:
Added.
*
LayoutTests/webanimations/threaded-animations/timing-function-threading-check.html:
Added.
* Source/WebCore/platform/animation/TimingFunction.h:
Canonical link: https://commits.webkit.org/315777@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications