| Index: Source/core/css/CSSSegmentedFontFace.h
|
| diff --git a/Source/core/css/CSSSegmentedFontFace.h b/Source/core/css/CSSSegmentedFontFace.h
|
| index 7c9b0d28efcd392844165d086a1a2e1ca97bae4a..3341f1af44e0888755d860d5687c912ec32ab3ae 100644
|
| --- a/Source/core/css/CSSSegmentedFontFace.h
|
| +++ b/Source/core/css/CSSSegmentedFontFace.h
|
| @@ -54,6 +54,8 @@ public:
|
| void fontLoaded(CSSFontFace*);
|
|
|
| void appendFontFace(PassRefPtr<CSSFontFace>);
|
| + void removeFontFace(PassRefPtr<CSSFontFace>);
|
| + bool isEmpty() const { return m_fontFaces.isEmpty(); }
|
|
|
| PassRefPtr<FontData> getFontData(const FontDescription&);
|
|
|
|
|