Fix mac bustage.
git-svn-id: svn://10.0.0.236/trunk@106124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -455,7 +455,8 @@ nsRuleNode::Transition(nsIStyleRule* aRule, nsRuleNode** aResult)
|
||||
}
|
||||
else {
|
||||
if (mChildren) {
|
||||
for (nsRuleList* curr = mChildren; curr && curr->mRuleNode->mRule != aRule; curr = curr->mNext);
|
||||
nsRuleList* curr = mChildren;
|
||||
for ( ; curr && curr->mRuleNode->mRule != aRule; curr = curr->mNext);
|
||||
if (curr)
|
||||
next = curr->mRuleNode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user