From 9389d9a6302e461d1c9612d4e9f8fb47eb3a5923 Mon Sep 17 00:00:00 2001 From: "bmlk%gmx.de" Date: Sat, 9 Sep 2006 05:06:04 +0000 Subject: [PATCH] remove debug cruft (MOZ_LAYOUTDEBUG) and say that printing is finished once the regression dump is done bug 339500 r=sharparrow1 sr=dbaron git-svn-id: svn://10.0.0.236/trunk@209546 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsDocumentViewer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/layout/base/nsDocumentViewer.cpp b/mozilla/layout/base/nsDocumentViewer.cpp index faf50f2783d..fc01fe22720 100644 --- a/mozilla/layout/base/nsDocumentViewer.cpp +++ b/mozilla/layout/base/nsDocumentViewer.cpp @@ -3468,7 +3468,6 @@ NS_IMETHODIMP DocumentViewerImpl::Print(nsIPrintSettings* aPrintSettings, nsIWebProgressListener* aWebProgressListener) { - INIT_RUNTIME_ERROR_CHECKING(); #ifdef MOZ_XUL // Temporary code for Bug 136185 / Bug 240490