| Index: Source/WebCore/platform/graphics/FontCache.cpp
|
| diff --git a/Source/WebCore/platform/graphics/FontCache.cpp b/Source/WebCore/platform/graphics/FontCache.cpp
|
| index 0d4e84a7c2aca8d151b0131ebc98f94a17efec86..1c0e9c46b73ab7874b5b9dc470d5c8274a3e70c5 100644
|
| --- a/Source/WebCore/platform/graphics/FontCache.cpp
|
| +++ b/Source/WebCore/platform/graphics/FontCache.cpp
|
| @@ -285,7 +285,7 @@ typedef HashMap<FontPlatformData, pair<RefPtr<SimpleFontData>, unsigned>, FontDa
|
|
|
| static FontDataCache* gFontDataCache = 0;
|
|
|
| -#if PLATFORM(CHROMIUM) && !OS(ANDROID)
|
| +#if !OS(ANDROID)
|
| const int cMaxInactiveFontData = 250;
|
| const int cTargetInactiveFontData = 200;
|
| #else
|
|
|