| Index: Source/core/css/CSSSegmentedFontFace.h
|
| diff --git a/Source/core/css/CSSSegmentedFontFace.h b/Source/core/css/CSSSegmentedFontFace.h
|
| index 97070ae556bfd4a9ae2e1d8e939409a8f68bac4d..6d9463a7fd63b0d93b70adb9c8737a73cf9b103f 100644
|
| --- a/Source/core/css/CSSSegmentedFontFace.h
|
| +++ b/Source/core/css/CSSSegmentedFontFace.h
|
| @@ -68,7 +68,7 @@ public:
|
| void match(const String&, WillBeHeapVector<RefPtrWillBeMember<FontFace> >&) const;
|
| void willUseFontData(const FontDescription&, UChar32);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| CSSSegmentedFontFace(CSSFontSelector*, FontTraits);
|
|
|