| Index: Source/core/css/CSSFontSelectorClient.h
|
| diff --git a/Source/core/css/CSSFontSelectorClient.h b/Source/core/css/CSSFontSelectorClient.h
|
| index add0774d19ba9135766689965dd44111b5d7c965..97eb5636b7cf2403d135cd94af49bbfbb8d74f96 100644
|
| --- a/Source/core/css/CSSFontSelectorClient.h
|
| +++ b/Source/core/css/CSSFontSelectorClient.h
|
| @@ -44,7 +44,7 @@ public:
|
|
|
| virtual void fontsNeedUpdate(CSSFontSelector*) = 0;
|
|
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|
| } // namespace blink
|
|
|