| Index: Source/platform/fonts/AlternateFontFamily.h
|
| diff --git a/Source/platform/fonts/AlternateFontFamily.h b/Source/platform/fonts/AlternateFontFamily.h
|
| index f2648d2208ca4f44b764b38981bbde9299e9d1ef..efa70144aa82544425263e79b0e9c41f0d5fe133 100644
|
| --- a/Source/platform/fonts/AlternateFontFamily.h
|
| +++ b/Source/platform/fonts/AlternateFontFamily.h
|
| @@ -36,10 +36,9 @@
|
|
|
| namespace WebCore {
|
|
|
| -// We currently do not support bitmap fonts on windows (with GDI_FONTS_ON_WINDOWS enabled).
|
| +// We currently do not support bitmap fonts on windows.
|
| // Instead of trying to construct a bitmap font and then going down the fallback path map
|
| -// certain common bitmap fonts to their truetype equivalent up front. This also allows the
|
| -// GDI_FONTS_ON_WINDOWS disabled code path to match our current behavior.
|
| +// certain common bitmap fonts to their truetype equivalent up front.
|
| inline const AtomicString& adjustFamilyNameToAvoidUnsupportedFonts(const AtomicString& familyName)
|
| {
|
| #if OS(WIN)
|
|
|