Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9b473b0e91f74de7e32e56e4f9a3369a1b6b68f5
https://github.com/WebKit/WebKit/commit/9b473b0e91f74de7e32e56e4f9a3369a1b6b68f5
Author: Gerald Squelart <[email protected]>
Date: 2026-05-20 (Wed, 20 May 2026)
Changed paths:
M Source/WebCore/animation/StyleOriginatedTimelinesController.cpp
Log Message:
-----------
StyleOriginatedTimelinesController::documentDidResolveStyle: Use removeIf
rdar://171096572
Reviewed by Tim Horton.
To avoid invalidating the loop iterator by removing the current element,
use HashMap::removeIf to correctly remove elements whose timeline have
become empty.
* Source/WebCore/animation/StyleOriginatedTimelinesController.cpp:
(WebCore::StyleOriginatedTimelinesController::documentDidResolveStyle):
Originally-landed-as: 305413.400@rapid/safari-7624.2.5.110-branch
(a8304e8264d0). rdar://176067567
Canonical link: https://commits.webkit.org/313641@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications