Bug 561010. nsIContent::List should output the flags and primary frame of the node. r=sicking
This commit is contained in:
@@ -4803,6 +4803,8 @@ nsGenericElement::List(FILE* out, PRInt32 aIndent,
|
||||
ListAttributes(out);
|
||||
|
||||
fprintf(out, " intrinsicstate=[%08x]", IntrinsicState());
|
||||
fprintf(out, " flags=[%08x]", GetFlags());
|
||||
fprintf(out, " primaryframe=%p", static_cast<void*>(GetPrimaryFrame()));
|
||||
fprintf(out, " refcount=%d<", mRefCnt.get());
|
||||
|
||||
PRUint32 i, length = GetChildCount();
|
||||
|
||||
Reference in New Issue
Block a user