| Index: Source/WebCore/platform/graphics/FontCache.h
|
| diff --git a/Source/WebCore/platform/graphics/FontCache.h b/Source/WebCore/platform/graphics/FontCache.h
|
| index 20f0f83043856d7382b299723f94844e32691642..fc7623e3a4187de1c1bb74590a09023f113010b0 100644
|
| --- a/Source/WebCore/platform/graphics/FontCache.h
|
| +++ b/Source/WebCore/platform/graphics/FontCache.h
|
| @@ -125,11 +125,7 @@ public:
|
| bool isBold;
|
| bool isItalic;
|
| };
|
| -#if PLATFORM(BLACKBERRY)
|
| - static void getFontFamilyForCharacters(const UChar* characters, size_t numCharacters, const char* preferredLocale, const FontDescription&, SimpleFontFamily*);
|
| -#else
|
| static void getFontFamilyForCharacters(const UChar* characters, size_t numCharacters, const char* preferredLocale, SimpleFontFamily*);
|
| -#endif
|
|
|
| private:
|
| FontCache();
|
|
|