diff -r 7c90e6132015 -r 10e98eab6f85 webengine/osswebengine/WebCore/platform/FontCache.h --- a/webengine/osswebengine/WebCore/platform/FontCache.h Fri May 08 08:25:06 2009 +0300 +++ b/webengine/osswebengine/WebCore/platform/FontCache.h Fri Jul 03 15:54:40 2009 +0100 @@ -60,7 +60,8 @@ static const AtomicString& systemFontFamilyName( const AtomicString& familyName ); static FontPlatformData* getDeviceDefaultFont(float size); #endif - + static void deleteFontDataCache(); + private: static FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false); static FontData* getCachedFontData(const FontPlatformData*);