| Index: Source/WebCore/platform/graphics/FontPlatformData.cpp
|
| diff --git a/Source/WebCore/platform/graphics/FontPlatformData.cpp b/Source/WebCore/platform/graphics/FontPlatformData.cpp
|
| index 95abdad52ddd65da959bc8b62cd854d571f1d19e..1cc141c3bb9a72f668204d0d32d4ff518e0ce5c1 100644
|
| --- a/Source/WebCore/platform/graphics/FontPlatformData.cpp
|
| +++ b/Source/WebCore/platform/graphics/FontPlatformData.cpp
|
| @@ -48,8 +48,6 @@ FontPlatformData::FontPlatformData(WTF::HashTableDeletedValueType)
|
| #endif
|
| #if USE(CG) && PLATFORM(WIN)
|
| , m_cgFont(0)
|
| -#elif USE(CAIRO)
|
| - , m_scaledFont(hashTableDeletedFontValue())
|
| #endif
|
| , m_isColorBitmapFont(false)
|
| , m_isCompositeFontReference(false)
|
| @@ -73,8 +71,6 @@ FontPlatformData::FontPlatformData()
|
| #endif
|
| #if USE(CG) && PLATFORM(WIN)
|
| , m_cgFont(0)
|
| -#elif USE(CAIRO)
|
| - , m_scaledFont(0)
|
| #endif
|
| , m_isColorBitmapFont(false)
|
| , m_isCompositeFontReference(false)
|
| @@ -98,8 +94,6 @@ FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheti
|
| #endif
|
| #if USE(CG) && PLATFORM(WIN)
|
| , m_cgFont(0)
|
| -#elif USE(CAIRO)
|
| - , m_scaledFont(0)
|
| #endif
|
| , m_isColorBitmapFont(false)
|
| , m_isCompositeFontReference(false)
|
|
|