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