Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aa79ccb1924d85deca0eb18de06d1cf3adba4c0f
https://github.com/WebKit/WebKit/commit/aa79ccb1924d85deca0eb18de06d1cf3adba4c0f
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M Source/WebCore/html/track/LoadableTextTrack.h
M Source/WebCore/html/track/VTTCue.h
Log Message:
-----------
Remove dead declarations from VTTCue and LoadableTextTrack headers
https://bugs.webkit.org/show_bug.cgi?id=318301
rdar://181098694
Reviewed by Simon Fraser.
Remove three declarations that have no definition and no callers.
* html/track/VTTCue.h:
- Remove unused m_cue member; VTTCueBox forwards its cue to the base
TextTrackCueBox and reads it back via getCue().
- Remove undefined parseSettings() declaration.
* html/track/LoadableTextTrack.h:
Remove undefined loadTimerFired() declaration.
Canonical link: https://commits.webkit.org/316315@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications