| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index 7fc40d5032ed416584b7624a8f0729da14192ff8..86e664ccd140ccd14f8f62981a0cf19f8b565bc9 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -48,7 +48,6 @@
|
| class RuleFeatureSet;
|
| class ShadowTreeStyleSheetCollection;
|
| class StyleResolver;
|
| -class StyleRuleFontFace;
|
| class StyleSheet;
|
| class StyleSheetCollection;
|
| class StyleSheetContents;
|
| @@ -166,8 +165,6 @@
|
| void clearMasterResolver();
|
|
|
| CSSFontSelector* fontSelector() { return m_fontSelector.get(); }
|
| - void removeFontFaceRules(const Vector<const StyleRuleFontFace*>&);
|
| - // FIXME: still need to use resetFontSelector when GenericFontFamilySettings is changed.
|
| void resetFontSelector();
|
|
|
| void didAttach();
|
|
|