Bug 1047928 patch 7 - Don't rerun selector matching when user font set is updated. r=bzbarsky

This commit is contained in:
L. David Baron 2014-10-08 14:27:03 -07:00
Родитель 9d6f04553e
Коммит 0dc72db2ca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2182,7 +2182,7 @@ nsPresContext::UserFontSetUpdated()
// requires rebuilding the rule tree from the top, avoiding the
// reuse of cached data even when no style rules have changed.
PostRebuildAllStyleDataEvent(NS_STYLE_HINT_REFLOW, eRestyle_Subtree);
PostRebuildAllStyleDataEvent(NS_STYLE_HINT_REFLOW, eRestyle_ForceDescendants);
}
FontFaceSet*