| Index: Source/platform/fonts/FontCache.cpp
|
| diff --git a/Source/platform/fonts/FontCache.cpp b/Source/platform/fonts/FontCache.cpp
|
| index bd0bb575de027c2537606e5c186ac4321190afe8..6060a82d0d4b8bbfebf9aad7c7b2a45ca26602e4 100644
|
| --- a/Source/platform/fonts/FontCache.cpp
|
| +++ b/Source/platform/fonts/FontCache.cpp
|
| @@ -53,12 +53,12 @@ using namespace WTF;
|
|
|
| namespace WebCore {
|
|
|
| -#if !OS(WIN) || ENABLE(GDI_FONTS_ON_WINDOWS)
|
| +#if !OS(WIN)
|
| FontCache::FontCache()
|
| : m_purgePreventCount(0)
|
| {
|
| }
|
| -#endif // !OS(WIN) || ENABLE(GDI_FONTS_ON_WINDOWS)
|
| +#endif // !OS(WIN)
|
|
|
| typedef HashMap<FontCacheKey, OwnPtr<FontPlatformData>, FontCacheKeyHash, FontCacheKeyTraits> FontPlatformDataCache;
|
|
|
|
|