| Index: Source/core/dom/TreeScopeStyleSheetCollection.h
|
| diff --git a/Source/core/dom/TreeScopeStyleSheetCollection.h b/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| index 6d24219c119b43ee0323e5406bd641f172dd51b8..fc4348e6a4c3e1d22276d91d150738c977604e4f 100644
|
| --- a/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -48,7 +48,6 @@
|
| class Node;
|
| class StyleSheetContents;
|
| class StyleSheetList;
|
| -class StyleRuleFontFace;
|
|
|
| class TreeScopeStyleSheetCollection : public StyleSheetCollection {
|
| public:
|
| @@ -73,13 +72,13 @@
|
| enum StyleResolverUpdateType {
|
| Reconstruct,
|
| Reset,
|
| - Additive
|
| + Additive,
|
| + ResetStyleResolverAndFontSelector
|
| };
|
|
|
| struct StyleSheetChange {
|
| StyleResolverUpdateType styleResolverUpdateType;
|
| bool requiresFullStyleRecalc;
|
| - Vector<const StyleRuleFontFace*> fontFaceRulesToRemove;
|
|
|
| StyleSheetChange()
|
| : styleResolverUpdateType(Reconstruct)
|
|
|