Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-02 19:10:30 +01:00 committed by Martin Robinson
parent 449fe2338e
commit dbd3eab9cd

View file

@ -444,6 +444,7 @@ pub struct FamilyName {
pub syntax: FontFamilyNameSyntax,
}
#[cfg(feature = "gecko")]
impl FamilyName {
fn is_known_icon_font_family(&self) -> bool {
use crate::gecko_bindings::bindings;