mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 02:59:43 +09:00
Author: https://github.com/iliadsh Commit: https://github.com/SerenityOS/serenity/commit/89da731aa6 Pull-request: https://github.com/SerenityOS/serenity/pull/21858 Reviewed-by: https://github.com/awesomekling
@@ -14,7 +14,7 @@
|
||||
namespace Web::HTML {
|
||||
|
||||
AudioTrackList::AudioTrackList(JS::Realm& realm)
|
||||
: DOM::EventTarget(realm)
|
||||
: DOM::EventTarget(realm, MayInterfereWithIndexedPropertyAccess::Yes)
|
||||
, m_audio_tracks(realm.heap())
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user