Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eff06ddda7319892ec5a8711ba6edb29176e8b53
https://github.com/WebKit/WebKit/commit/eff06ddda7319892ec5a8711ba6edb29176e8b53
Author: Antoine Quint <[email protected]>
Date: 2026-02-18 (Wed, 18 Feb 2026)
Changed paths:
M Source/WebCore/animation/StyleOriginatedTimelinesController.cpp
Log Message:
-----------
[scroll-animations] crash under
`StyleOriginatedTimelinesController::styleableWasRemoved()`
https://bugs.webkit.org/show_bug.cgi?id=308135
rdar://170564381
Reviewed by Rupin Mittal.
Stop using references to smart pointers held by
`StyleOriginatedTimelinesController::m_removedTimelines`
and instead create local references in scope for the duration of this function.
Do the same when iterating
over that timeline's animations.
* Source/WebCore/animation/StyleOriginatedTimelinesController.cpp:
(WebCore::StyleOriginatedTimelinesController::styleableWasRemoved):
Canonical link: https://commits.webkit.org/307780@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications