This commit is contained in:
kipp%netscape.com 1998-11-19 17:23:27 +00:00
Родитель 63107e9026
Коммит c0c1a822e2
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -49,6 +49,12 @@
#include "nsIURL.h"
#ifdef NS_DEBUG
#undef NOISY_VIEWER
#else
#undef NOISY_VIEWER
#endif
class DocumentViewerImpl : public nsIDocumentViewer
{
public:
@ -231,7 +237,7 @@ DocumentViewerImpl::BindToDocument(nsISupports *aDoc, const char *aCommand)
NS_PRECONDITION(nsnull == mDocument, "Viewer is already bound to a document!");
#ifdef NS_DEBUG
#ifdef NOISY_VIEWER
printf("DocumentViewerImpl::BindToDocument\n");
#endif