| Index: Source/core/svg/SVGFontFaceSource.h
|
| diff --git a/Source/core/svg/SVGFontFaceSource.h b/Source/core/svg/SVGFontFaceSource.h
|
| index ebf45a4fbe63238185876704f64cab6c4ea577c7..56686c37815127f0d928beaf652edc001eca7903 100644
|
| --- a/Source/core/svg/SVGFontFaceSource.h
|
| +++ b/Source/core/svg/SVGFontFaceSource.h
|
| @@ -17,10 +17,10 @@ class SVGFontFaceSource : public CSSFontFaceSource {
|
| public:
|
| SVGFontFaceSource(SVGFontFaceElement*);
|
|
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| private:
|
| - virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) OVERRIDE;
|
| + virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) override;
|
|
|
| RawPtrWillBeMember<SVGFontFaceElement> m_svgFontFaceElement;
|
| };
|
|
|