Chromium Code Reviews| Index: Source/core/css/CSSFontFaceSource.h |
| diff --git a/Source/core/css/CSSFontFaceSource.h b/Source/core/css/CSSFontFaceSource.h |
| index 67c5bf37b8e521b8365e53bc9dc206c827216427..49f6f61f61a45eeeeedacba7c3358475be1b4b28 100644 |
| --- a/Source/core/css/CSSFontFaceSource.h |
| +++ b/Source/core/css/CSSFontFaceSource.h |
| @@ -56,7 +56,7 @@ public: |
| // For UMA reporting |
| virtual bool hadBlankText() { return false; } |
| - virtual void trace(Visitor*); |
| + DECLARE_VIRTUAL_TRACE(); |
| protected: |
| CSSFontFaceSource(); |