зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1370793 - Followup bustage fix. r=me
This commit is contained in:
Родитель
1abc353e33
Коммит
7119c97f4d
|
@ -374,8 +374,10 @@ ServoStyleSet::PrepareAndTraverseSubtree(
|
|||
aRestyleBehavior == TraversalRestyleBehavior::ForReconstruct;
|
||||
bool forAnimationOnly =
|
||||
aRestyleBehavior == TraversalRestyleBehavior::ForAnimationOnly;
|
||||
#ifdef DEBUG
|
||||
bool forNewlyBoundElement =
|
||||
aRestyleBehavior == TraversalRestyleBehavior::ForNewlyBoundElement;
|
||||
#endif
|
||||
bool postTraversalRequired = Servo_TraverseSubtree(
|
||||
aRoot, mRawSet.get(), &snapshots, aRootBehavior, aRestyleBehavior);
|
||||
MOZ_ASSERT(!(isInitial || forReconstruct || forNewlyBoundElement) ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче