Adding parent to StyleContext listing for help in debugging. b= 113518 r=dbaron sr=kin

git-svn-id: svn://10.0.0.236/trunk@109917 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
attinasi%netscape.com
2001-12-07 00:38:27 +00:00
parent 8acf2a00cc
commit 1a34462861
2 changed files with 2 additions and 2 deletions

View File

@@ -896,7 +896,7 @@ void nsStyleContext::List(FILE* out, PRInt32 aIndent)
// Indent
PRInt32 ix;
for (ix = aIndent; --ix >= 0; ) fputs(" ", out);
fprintf(out, "%p(%d) ", (void*)this, mRefCnt);
fprintf(out, "%p(%d) parent=%p ", (void*)this, mRefCnt, (void *)mParent);
if (mPseudoTag) {
nsAutoString buffer;
mPseudoTag->ToString(buffer);