зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1292930: stylo: Fix handling of eRestyle_LaterSiblings when not combined with other change hints. r=heycam
MozReview-Commit-ID: AeLLm64d5aP
This commit is contained in:
Родитель
ffa9466398
Коммит
ace33150af
|
@ -190,7 +190,8 @@ ServoRestyleManager::NoteRestyleHint(Element* aElement, nsRestyleHint aHint)
|
|||
}
|
||||
|
||||
if (aHint & eRestyle_LaterSiblings) {
|
||||
for (nsINode* cur = aElement->GetNextSibling(); cur;
|
||||
MarkParentsAsHavingDirtyDescendants(aElement);
|
||||
for (nsIContent* cur = aElement->GetNextSibling(); cur;
|
||||
cur = cur->GetNextSibling()) {
|
||||
cur->SetIsDirtyForServo();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче