| Index: Source/core/css/RemoteFontFaceSource.h
|
| diff --git a/Source/core/css/RemoteFontFaceSource.h b/Source/core/css/RemoteFontFaceSource.h
|
| index d963dce74ed73b2832a58a6e06331a782eef5b72..70e088b4390053178eec124cef7fdfaa71190ba6 100644
|
| --- a/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/Source/core/css/RemoteFontFaceSource.h
|
| @@ -34,7 +34,7 @@ public:
|
| virtual bool hadBlankText() override { return m_histograms.hadBlankText(); }
|
| void paintRequested() { m_histograms.fallbackFontPainted(); }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) override;
|
|
|