| Index: Source/core/css/StyleSheetContents.h
|
| diff --git a/Source/core/css/StyleSheetContents.h b/Source/core/css/StyleSheetContents.h
|
| index 1312f405bed946573f6a91253dc7cfb0e6903767..4a44033e544276d1ac035c00b44754f1e54711e4 100644
|
| --- a/Source/core/css/StyleSheetContents.h
|
| +++ b/Source/core/css/StyleSheetContents.h
|
| @@ -41,7 +41,6 @@
|
| class Node;
|
| class SecurityOrigin;
|
| class StyleRuleBase;
|
| -class StyleRuleFontFace;
|
| class StyleRuleImport;
|
|
|
| class StyleSheetContents : public RefCounted<StyleSheetContents> {
|
| @@ -94,7 +93,6 @@
|
|
|
| void setHasFontFaceRule(bool b) { m_hasFontFaceRule = b; }
|
| bool hasFontFaceRule() const { return m_hasFontFaceRule; }
|
| - void findFontFaceRules(Vector<const StyleRuleFontFace*>& fontFaceRules);
|
|
|
| void parserAddNamespace(const AtomicString& prefix, const AtomicString& uri);
|
| void parserAppendRule(PassRefPtr<StyleRuleBase>);
|
| @@ -155,7 +153,6 @@
|
| private:
|
| StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&);
|
| StyleSheetContents(const StyleSheetContents&);
|
| - void notifyRemoveFontFaceRule(const StyleRuleFontFace*);
|
|
|
| void clearCharsetRule();
|
|
|
|
|