Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5e709e58852625a76b20078bc6887a339e017bbd
https://github.com/WebKit/WebKit/commit/5e709e58852625a76b20078bc6887a339e017bbd
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-06 (Tue, 06 Jan 2026)
Changed paths:
M Source/WTF/wtf/Vector.h
M Source/WebCore/html/track/AudioTrackList.cpp
M Source/WebCore/html/track/TextTrackList.cpp
M Source/WebCore/html/track/TextTrackList.h
M Source/WebCore/html/track/TrackListBase.cpp
M Source/WebCore/html/track/TrackListBase.h
M Source/WebCore/html/track/VideoTrackList.cpp
Log Message:
-----------
Change Vector<RefPtr<TrackBase>> to a Vector of Ref, take 2
https://bugs.webkit.org/show_bug.cgi?id=304974
Reviewed by Chris Dumez.
This is 305142@main except for the changes to return values of methods
as those were unwarranted and caused it to be reverted in 305144@main.
* Source/WTF/wtf/Vector.h:
In order to preserve the rather clean calls to find() Claude AI
assisted me in adding support for that to Vector, inspired by similar
code in HashMap.
Canonical link: https://commits.webkit.org/305151@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications