mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 04:41:54 +00:00
fixed a crash that someone missed
This commit is contained in:
parent
2f234d74a2
commit
ba3ddb1078
@ -241,9 +241,11 @@ RootFrame::ListTag(FILE* out) const
|
||||
{
|
||||
if (nsnull == mContent) {
|
||||
fprintf(out, "*Root(-1)@%p", this);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return nsFrame::ListTag(out);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
|
@ -241,9 +241,11 @@ RootFrame::ListTag(FILE* out) const
|
||||
{
|
||||
if (nsnull == mContent) {
|
||||
fprintf(out, "*Root(-1)@%p", this);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return nsFrame::ListTag(out);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user