Bug 274685 [print]Mozilla can't print frame correctly

patch=leon.sha@sun.com r=roc sr=roc
This commit is contained in:
ginn.chen%sun.com 2004-12-22 03:26:29 +00:00
parent 1b0e283fe7
commit 3ead8bc443

View File

@ -3014,7 +3014,7 @@ PRBool
nsPrintEngine::PrintDocContent(nsPrintObject* aPO, nsresult& aStatus)
{
NS_ASSERTION(aPO, "Pointer is null!");
aStatus = NS_OK;
if (!aPO->mHasBeenPrinted && aPO->IsPrintable()) {
PRBool donePrinting = PR_TRUE;