mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
Added address information to the dump content diagnostic code
This commit is contained in:
parent
80998e8d8c
commit
2ac80aba87
@ -1163,6 +1163,7 @@ nsGenericHTMLElement::List(FILE* out, PRInt32 aIndent) const
|
||||
fputs(buf, out);
|
||||
NS_RELEASE(tag);
|
||||
}
|
||||
fprintf(out, "@%p", mContent);
|
||||
|
||||
ListAttributes(out);
|
||||
|
||||
|
@ -1163,6 +1163,7 @@ nsGenericHTMLElement::List(FILE* out, PRInt32 aIndent) const
|
||||
fputs(buf, out);
|
||||
NS_RELEASE(tag);
|
||||
}
|
||||
fprintf(out, "@%p", mContent);
|
||||
|
||||
ListAttributes(out);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user