Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index 8dba1fee80a0e2d5f462d1c8f7d61932a802bdb4..b6429fdead66e826c8c255f85b6386d80767b240 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -215,6 +215,7 @@ public: |
void resetAuthorStyle(const ContainerNode*); |
void resetAtHostRules(const ShadowRoot*); |
void finishAppendAuthorStyleSheets(); |
+ void resetFontSelector(); |
DocumentRuleSets& ruleSets() { return m_ruleSets; } |
const DocumentRuleSets& ruleSets() const { return m_ruleSets; } |