Bug 1719963 - Followup so that getMatchedCSSRules keeps working.

MANUAL PUSH: Orange fixup CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2021-08-17 13:18:53 +02:00
Родитель 59d88af1cd
Коммит 6dc014f3df
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -48,7 +48,9 @@ void ServoStyleRuleMap::SheetAdded(StyleSheet& aStyleSheet) {
void ServoStyleRuleMap::SheetCloned(StyleSheet& aStyleSheet) {
// Invalidate all data inside. We could probably track down all the individual
// rules that changed etc, but it doesn't seem worth it.
mTable.Clear();
//
// TODO: We can't do this until GetCssRulesInternal stops cloning.
// mTable.Clear();
}
void ServoStyleRuleMap::SheetRemoved(StyleSheet& aStyleSheet) {