LibWeb/CSS: Set CSSFontFaceDescriptors' parent rule
This commit is contained in:
parent
ffc01626f7
commit
efad6e96aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue