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:
@@ -22,7 +22,7 @@ HTMLFrameSetElement::~HTMLFrameSetElement() = default;
|
||||
void HTMLFrameSetElement::initialize(JS::Realm& realm)
|
||||
{
|
||||
Base::initialize(realm);
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::HTMLFrameSetElementPrototype>(realm, "HTMLFrameSetElement"));
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::HTMLFrameSetElementPrototype>(realm, "HTMLFrameSetElement"_fly_string));
|
||||
}
|
||||
|
||||
void HTMLFrameSetElement::attribute_changed(FlyString const& name, Optional<String> const& value)
|
||||
|
||||
Reference in New Issue
Block a user