Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index 77e5530d2efeec4b080183d7ba9c6b981601cef4..967586a120085f65b734175b69004c832477d246 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -155,8 +155,6 @@ public: |
void clearMasterResolver(); |
CSSFontSelector* fontSelector() { return m_fontSelector.get(); } |
- void setFontSelector(PassRefPtrWillBeRawPtr<CSSFontSelector>); |
- |
void removeFontFaceRules(const WillBeHeapVector<RawPtrWillBeMember<const StyleRuleFontFace> >&); |
void clearFontCache(); |
// updateGenericFontFamilySettings is used from WebSettingsImpl. |