| Index: Source/core/css/FontFaceSet.h
|
| diff --git a/Source/core/css/FontFaceSet.h b/Source/core/css/FontFaceSet.h
|
| index 98ca2ffe3d3008503c5f0aca5d58ab7504371b62..4fa670f3564fef15b856c6a915bf3fa0e81fd481 100644
|
| --- a/Source/core/css/FontFaceSet.h
|
| +++ b/Source/core/css/FontFaceSet.h
|
| @@ -108,7 +108,7 @@ public:
|
|
|
| void addFontFacesToFontFaceCache(FontFaceCache*, CSSFontSelector*);
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| static PassRefPtrWillBeRawPtr<FontFaceSet> create(Document& document)
|
|
|