| Index: Source/core/css/FontFaceCache.h
|
| diff --git a/Source/core/css/FontFaceCache.h b/Source/core/css/FontFaceCache.h
|
| index 807057c3a3ca4ff0ec630a5cb68f38130cd49dea..457bc3b29193805932444f6a7d1290cad27af0e4 100644
|
| --- a/Source/core/css/FontFaceCache.h
|
| +++ b/Source/core/css/FontFaceCache.h
|
| @@ -61,6 +61,7 @@ public:
|
| const ListHashSet<RefPtrWillBeMember<FontFace> >& cssConnectedFontFaces() const { return m_cssConnectedFontFaces; }
|
|
|
| unsigned version() const { return m_version; }
|
| + void incrementVersion() { ++m_version; }
|
|
|
| void trace(Visitor*);
|
|
|
|
|