diff --git a/Libraries/LibWeb/CSS/CSSFontFaceRule.cpp b/Libraries/LibWeb/CSS/CSSFontFaceRule.cpp index 9d8b65ff966..f1e741996fc 100644 --- a/Libraries/LibWeb/CSS/CSSFontFaceRule.cpp +++ b/Libraries/LibWeb/CSS/CSSFontFaceRule.cpp @@ -26,6 +26,7 @@ CSSFontFaceRule::CSSFontFaceRule(JS::Realm& realm, GC::Refset_parent_rule(*this); } void CSSFontFaceRule::initialize(JS::Realm& realm)