Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aeccb6e8be0e9a0fe71d2c40588ef38bcb331d95
https://github.com/WebKit/WebKit/commit/aeccb6e8be0e9a0fe71d2c40588ef38bcb331d95
Author: Morne Veldsman <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M Source/WebCore/animation/DocumentTimeline.h
Log Message:
-----------
Remove dead declarations from the DocumentTimeline header
https://bugs.webkit.org/show_bug.cgi?id=322136
rdar://185361153
Reviewed by Tim Nguyen.
Two declarations with no definition and no callers.
scheduleInvalidationTaskIfNeeded() lost its definition and both of its callers
in
205875@main, along with the m_invalidationTaskQueue it drove.
internalUpdateAnimationsAndSendEvents() lost its definition and its only caller
in
223759@main.
No change in behavior.
* Source/WebCore/animation/DocumentTimeline.h:
Canonical link: https://commits.webkit.org/319499@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications