Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ae2e4a46ee8f7453ae402754eaa9fcfbaace0cc6
https://github.com/WebKit/WebKit/commit/ae2e4a46ee8f7453ae402754eaa9fcfbaace0cc6
Author: Charlie Wolfe <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/WebCore/platform/graphics/SourceBufferPrivate.cpp
Log Message:
-----------
SourceBufferPrivate::validateInitializationSegment iterates videoTracks in
the text-track branch
https://bugs.webkit.org/show_bug.cgi?id=316759
rdar://179207398
Reviewed by Pascoe.
The branch guarded by segment.textTracks.size() >= 2 looped over
segment.videoTracks instead of
segment.textTracks. This should iterate textTracks instead.
* Source/WebCore/platform/graphics/SourceBufferPrivate.cpp:
(WebCore::SourceBufferPrivate::validateInitializationSegment):
Canonical link: https://commits.webkit.org/314936@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications