| Index: Source/core/css/CSSFontFace.h
|
| diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
|
| index 136064ae434d1dc8a64403a0c32939720a25b980..b547667e8a2558f9397d7e13b03904f785b73b22 100644
|
| --- a/Source/core/css/CSSFontFace.h
|
| +++ b/Source/core/css/CSSFontFace.h
|
| @@ -90,10 +90,6 @@ public:
|
| Vector<UnicodeRange> m_ranges;
|
| };
|
|
|
| -#if ENABLE(SVG_FONTS)
|
| - bool hasSVGFontFaceSource() const;
|
| -#endif
|
| -
|
| FontFace::LoadStatus loadStatus() const { return m_fontFace ? m_fontFace->loadStatus() : FontFace::Loaded; }
|
| void willUseFontData(const FontDescription&);
|
|
|
|
|