Index: Source/core/css/FontFaceCache.h |
diff --git a/Source/core/css/FontFaceCache.h b/Source/core/css/FontFaceCache.h |
index b691ecf877a88eb023241b46c7abdd9b8955bb39..72a77dcbd2ea01dfa58d3d9fb75b43b0baa790f4 100644 |
--- a/Source/core/css/FontFaceCache.h |
+++ b/Source/core/css/FontFaceCache.h |
@@ -64,7 +64,7 @@ public: |
unsigned version() const { return m_version; } |
void incrementVersion() { ++m_version; } |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
typedef WillBeHeapHashMap<unsigned, RefPtrWillBeMember<CSSSegmentedFontFace> > TraitsMap; |