| Index: Source/core/css/CSSFontSelector.cpp
|
| diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
|
| index a1f6e56dba7ac9670c8d929bce2425833604a5c3..a50d9cb7e439e0243951c7189992967483534576 100644
|
| --- a/Source/core/css/CSSFontSelector.cpp
|
| +++ b/Source/core/css/CSSFontSelector.cpp
|
| @@ -172,7 +172,7 @@ void CSSFontSelector::updateGenericFontFamilySettings(Document& document)
|
| m_fontFaceCache.incrementVersion();
|
| }
|
|
|
| -void CSSFontSelector::trace(Visitor* visitor)
|
| +DEFINE_TRACE(CSSFontSelector)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(m_document);
|
|
|