Move assertion up to where we have a chance of actually seeing it.

This commit is contained in:
dbaron%dbaron.org 2006-04-27 18:23:30 +00:00
Родитель 0c3706888c
Коммит 60e75026b0
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -765,6 +765,8 @@ nsStyleSet::NotifyStyleContextDestroyed(nsPresContext* aPresContext,
if (mInShutdown)
return;
NS_ASSERTION(mRuleWalker->AtRoot(), "Rule walker should be at root");
if (!aStyleContext->GetParent()) {
mRoots.RemoveElement(aStyleContext);
}
@ -781,7 +783,6 @@ nsStyleSet::NotifyStyleContextDestroyed(nsPresContext* aPresContext,
}
// Sweep the rule tree.
NS_ASSERTION(mRuleWalker->AtRoot(), "Rule walker should be at root");
#ifdef DEBUG
PRBool deleted =
#endif