Add missing SetLevel call that is caught by assertions once the following patch lands. (Bug 492675) r=bzbarsky

This commit is contained in:
L. David Baron 2009-10-02 14:06:41 -07:00
Родитель a247705689
Коммит 228d52dbc8
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -750,6 +750,7 @@ nsStyleSet::WalkRestrictionRule(nsIAtom* aPseudoType)
{
// This needs to match GetPseudoRestriction in nsRuleNode.cpp.
if (aPseudoType) {
mRuleWalker->SetLevel(eAgentSheet, PR_FALSE);
if (aPseudoType == nsCSSPseudoElements::firstLetter)
mRuleWalker->Forward(mFirstLetterRule);
else if (aPseudoType == nsCSSPseudoElements::firstLine)