mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 05:45:33 +00:00
Display view during listings
This commit is contained in:
parent
5aac2c535d
commit
2d08a4ac14
@ -1337,6 +1337,9 @@ NS_METHOD nsFrame::List(FILE* out, PRInt32 aIndent) const
|
||||
|
||||
// Output the tag and rect
|
||||
ListTag(out);
|
||||
if (nsnull != mView) {
|
||||
fprintf(out, " [view=%p]", mView);
|
||||
}
|
||||
fputs(" ", out);
|
||||
out << mRect;
|
||||
if (0 != mState) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user