| Index: Source/core/css/FontFaceCache.cpp
|
| diff --git a/Source/core/css/FontFaceCache.cpp b/Source/core/css/FontFaceCache.cpp
|
| index 42edee95d900ff6b4ff4d3e91f4089cc27e62264..29e2a44cb64521d66fb59d9cfc93b9c3ab64d8d0 100644
|
| --- a/Source/core/css/FontFaceCache.cpp
|
| +++ b/Source/core/css/FontFaceCache.cpp
|
| @@ -216,10 +216,12 @@ CSSSegmentedFontFace* FontFaceCache::get(const FontDescription& fontDescription,
|
|
|
| void FontFaceCache::trace(Visitor* visitor)
|
| {
|
| +#if ENABLE(OILPAN)
|
| visitor->trace(m_fontFaces);
|
| visitor->trace(m_fonts);
|
| visitor->trace(m_styleRuleToFontFace);
|
| visitor->trace(m_cssConnectedFontFaces);
|
| +#endif
|
| }
|
|
|
| }
|
|
|