| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 2ca05e7aab500f3b5324ddf3badcae23fccba7a4..4f985293c416abcea5011853620d9755533f34cf 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -142,6 +142,7 @@ public:
|
| void resetAuthorStyle(const ContainerNode*);
|
| void resetAtHostRules(const ShadowRoot*);
|
| void finishAppendAuthorStyleSheets();
|
| + void resetFontSelector();
|
|
|
| TreeBoundaryCrossingRules& treeBoundaryCrossingRules() { return m_treeBoundaryCrossingRules; }
|
| void processScopedRules(const RuleSet& authorRules, const KURL&, ContainerNode* scope = 0);
|
|
|