mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
LibWeb: Port Intrinsics from DeprecatedString
This commit is contained in:
@@ -27,7 +27,7 @@ void CSSKeyframesRule::visit_edges(Visitor& visitor)
|
||||
void CSSKeyframesRule::initialize(JS::Realm& realm)
|
||||
{
|
||||
Base::initialize(realm);
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::CSSKeyframesRulePrototype>(realm, "CSSKeyframesRule"));
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::CSSKeyframesRulePrototype>(realm, "CSSKeyframesRule"_fly_string));
|
||||
}
|
||||
|
||||
String CSSKeyframesRule::serialized() const
|
||||
|
||||
Reference in New Issue
Block a user