mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/CSS: Set CSSFontFaceDescriptors' parent rule
This commit is contained in:
Notes:
github-actions[bot]
2025-05-03 11:03:17 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/efad6e96aaf Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4536
@@ -26,6 +26,7 @@ CSSFontFaceRule::CSSFontFaceRule(JS::Realm& realm, GC::Ref<CSSFontFaceDescriptor
|
||||
: CSSRule(realm, Type::FontFace)
|
||||
, m_style(style)
|
||||
{
|
||||
m_style->set_parent_rule(*this);
|
||||
}
|
||||
|
||||
void CSSFontFaceRule::initialize(JS::Realm& realm)
|
||||
|
||||
Reference in New Issue
Block a user