Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson

git-svn-id: svn://10.0.0.236/trunk@106100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2001-10-24 00:01:09 +00:00
parent d06349b965
commit ab0e4e56d4
110 changed files with 1813 additions and 1326 deletions

View File

@@ -1101,7 +1101,7 @@ DumpContext(nsIFrame* aFrame, nsIStyleContext* aContext)
NS_RELEASE(pseudoTag);
}
/* XXXdwh fix debugging here. Need to add a List method to nsIRuleNode
/* XXXdwh fix debugging here. Need to add a List method to nsRuleNode
and have the context call list on its rule node.
PRInt32 count = aContext->GetStyleRuleCount();
if (0 < count) {