WebKit should have more robust last-chance font fallback on Windows
Created attachment 53198 [details] Patch
Created attachment 53199 [details] Patch
Comment on attachment 53199 [details] Patch > +#if PLATFORM(WIN) > + SimpleFontData* FontCache::fontDataFromDescriptionAndLogFont(const FontDescription&, const LOGFONT&); > +#endif Iād avoid this method and replace it with a file-static function that takes a FontCache*, but r=me either way.
Committed r57490: <http://trac.webkit.org/changeset/57490>