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