Index: Source/WebCore/platform/graphics/FontFallbackList.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/FontFallbackList.cpp (revision 109698) |
+++ Source/WebCore/platform/graphics/FontFallbackList.cpp (working copy) |
@@ -39,6 +39,7 @@ |
: m_pageZero(0) |
, m_cachedPrimarySimpleFontData(0) |
, m_fontSelector(0) |
+ , m_fontSelectorVersion(0) |
, m_familyIndex(0) |
, m_generation(fontCache()->generation()) |
, m_pitch(UnknownPitch) |
@@ -57,6 +58,7 @@ |
m_pitch = UnknownPitch; |
m_loadingCustomFonts = false; |
m_fontSelector = fontSelector; |
+ m_fontSelectorVersion = m_fontSelector ? m_fontSelector->version() : 0; |
m_generation = fontCache()->generation(); |
} |