Bug 1370793 - Followup bustage fix. r=me

This commit is contained in:
Cameron McCormack 2017-06-13 11:51:15 +08:00
Родитель 1abc353e33
Коммит 7119c97f4d
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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) ||