| Index: Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp
|
| diff --git a/Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp b/Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp
|
| index 56c1688bc2ee93158de0600180394a834b0f2afd..bf3b64e4095c12d5fab8e0daa32e0c0472145268 100644
|
| --- a/Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp
|
| +++ b/Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp
|
| @@ -44,8 +44,6 @@ FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool obliq
|
| , m_widthVariant(RegularWidth)
|
| #if USE(CG)
|
| , m_cgFont(0)
|
| -#elif USE(CAIRO)
|
| - , m_scaledFont(0)
|
| #endif
|
| , m_isColorBitmapFont(false)
|
| , m_syntheticBold(bold)
|
|
|