mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
LibWeb: Replace MarkedVector with Vector in AudioTrackList
There's no need to make the m_audio_tracks entries heap roots, we can visit them instead.
This commit is contained in:
committed by
Andreas Kling
parent
270e0d4b58
commit
46ad9d51df
@@ -17,7 +17,6 @@ JS_DEFINE_ALLOCATOR(VideoTrackList);
|
||||
|
||||
VideoTrackList::VideoTrackList(JS::Realm& realm)
|
||||
: DOM::EventTarget(realm, MayInterfereWithIndexedPropertyAccess::Yes)
|
||||
, m_video_tracks(realm.heap())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user