| Index: Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| diff --git a/Source/platform/fonts/win/FontPlatformDataWin.cpp b/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| index fa277b8e822334929b1ede2a2e89056e56ea4667..27daf13927e73b3a4b6b534e5e9926139da0653d 100644
|
| --- a/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| +++ b/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| @@ -354,11 +354,7 @@ bool FontPlatformData::ensureFontLoaded(HFONT font)
|
|
|
| bool FontPlatformData::defaultUseSubpixelPositioning()
|
| {
|
| -#if OS(WIN)
|
| return FontCache::fontCache()->useSubpixelPositioning();
|
| -#else
|
| - return false;
|
| -#endif
|
| }
|
|
|
| #ifndef NDEBUG
|
|
|