| Index: Source/core/css/LocalFontFaceSource.h
|
| diff --git a/Source/core/css/LocalFontFaceSource.h b/Source/core/css/LocalFontFaceSource.h
|
| index 87d616dc75fd2368ede8cacd6fe272fa4a424e31..e4177cb1f195c46e6851646bc74690d47827f7e8 100644
|
| --- a/Source/core/css/LocalFontFaceSource.h
|
| +++ b/Source/core/css/LocalFontFaceSource.h
|
| @@ -14,10 +14,10 @@ class LocalFontFaceSource : public CSSFontFaceSource {
|
| public:
|
| LocalFontFaceSource(const String& fontName) : m_fontName(fontName) { }
|
| virtual bool isLocal() const { return true; }
|
| - virtual bool isLocalFontAvailable(const FontDescription&) OVERRIDE;
|
| + virtual bool isLocalFontAvailable(const FontDescription&) override;
|
|
|
| private:
|
| - virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) OVERRIDE;
|
| + virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) override;
|
|
|
| class LocalFontHistograms {
|
| public:
|
|
|