mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
LibWeb: Port Intrinsics from DeprecatedString
This commit is contained in:
@@ -48,7 +48,7 @@ HTMLElement::~HTMLElement() = default;
|
||||
void HTMLElement::initialize(JS::Realm& realm)
|
||||
{
|
||||
Base::initialize(realm);
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::HTMLElementPrototype>(realm, "HTMLElement"));
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::HTMLElementPrototype>(realm, "HTMLElement"_fly_string));
|
||||
|
||||
m_dataset = DOMStringMap::create(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user