+2013-11-11 Brent Fulgham <bfulgham@apple.com>
+
+ [Win] m_isCompositeFontReference is uninitialized.
+ https://bugs.webkit.org/show_bug.cgi?id=124170
+
+ Reviewed by Tim Horton.
+
+ Initialize value to false, as is done in the other constructors for this data type.
+
+ * platform/graphics/win/FontPlatformDataCGWin.cpp:
+ (WebCore::FontPlatformData::FontPlatformData):
+ * platform/graphics/win/FontPlatformDataCairoWin.cpp:
+ (WebCore::FontPlatformData::FontPlatformData):
+ * platform/graphics/win/FontPlatformDataWin.cpp:
+ (WebCore::FontPlatformData::FontPlatformData):
+
2013-11-11 Myles C. Maxfield <mmaxfield@apple.com>
[Mac] Characters too close together in complex Arabic text
, m_orientation(Horizontal)
, m_widthVariant(RegularWidth)
, m_scaledFont(0)
+ , m_isCompositeFontReference(false)
, m_isColorBitmapFont(false)
, m_syntheticBold(bold)
, m_syntheticOblique(oblique)