| Index: Source/core/css/FontFaceCache.cpp
|
| diff --git a/Source/core/css/FontFaceCache.cpp b/Source/core/css/FontFaceCache.cpp
|
| index 1961f12ee4f8ef1bb53c6c645de8f62d65c2bbeb..4141b36b2e93e1875ab351c945289f2168541032 100644
|
| --- a/Source/core/css/FontFaceCache.cpp
|
| +++ b/Source/core/css/FontFaceCache.cpp
|
| @@ -226,7 +226,7 @@ CSSSegmentedFontFace* FontFaceCache::get(const FontDescription& fontDescription,
|
| return faceResult.storedValue->value.get();
|
| }
|
|
|
| -void FontFaceCache::trace(Visitor* visitor)
|
| +DEFINE_TRACE(FontFaceCache)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(m_fontFaces);
|
|
|