$OpenBSD$ index e0e749d..001e647 100644 --- layout/style/nsCSSParser.cpp.orig Fri Feb 20 15:40:37 2015 +++ layout/style/nsCSSParser.cpp Fri Feb 20 15:40:37 2015 @@ -11785,6 +11785,7 @@ CSSParserImpl::ParseFontSrc(nsCSSValue& aValue) return false; } + // XXX: Getting closer... // the style parameters to the nsFont constructor are ignored, // because it's only being used to call EnumerateFamilies nsFont font(family, 0, 0, 0, 0, 0, 0);