| Index: Source/WebCore/css/CSSFontSelector.cpp
|
| ===================================================================
|
| --- Source/WebCore/css/CSSFontSelector.cpp (revision 109698)
|
| +++ Source/WebCore/css/CSSFontSelector.cpp (working copy)
|
| @@ -63,6 +63,7 @@
|
| CSSFontSelector::CSSFontSelector(Document* document)
|
| : m_document(document)
|
| , m_beginLoadingTimer(this, &CSSFontSelector::beginLoadTimerFired)
|
| + , m_version(0)
|
| {
|
| // FIXME: An old comment used to say there was no need to hold a reference to m_document
|
| // because "we are guaranteed to be destroyed before the document". But there does not
|
| @@ -341,6 +342,8 @@
|
| }
|
|
|
| familyFontFaces->append(fontFace);
|
| +
|
| + ++m_version;
|
| }
|
| }
|
|
|
|
|