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