mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
|
||||
namespace Web::DOM {
|
||||
|
||||
EventTarget::EventTarget(JS::Realm& realm)
|
||||
: PlatformObject(realm)
|
||||
EventTarget::EventTarget(JS::Realm& realm, MayInterfereWithIndexedPropertyAccess may_interfere_with_indexed_property_access)
|
||||
: PlatformObject(realm, may_interfere_with_indexed_property_access)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user