mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Port Intrinsics from DeprecatedString
This commit is contained in:
@@ -42,7 +42,7 @@ IntersectionObserverEntry::~IntersectionObserverEntry() = default;
|
||||
void IntersectionObserverEntry::initialize(JS::Realm& realm)
|
||||
{
|
||||
Base::initialize(realm);
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::IntersectionObserverEntryPrototype>(realm, "IntersectionObserverEntry"));
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::IntersectionObserverEntryPrototype>(realm, "IntersectionObserverEntry"_fly_string));
|
||||
}
|
||||
|
||||
void IntersectionObserverEntry::visit_edges(JS::Cell::Visitor& visitor)
|
||||
|
||||
Reference in New Issue
Block a user