I'm told backing this out resolves smoketest issues, so here it comes. r=attinasi

This commit is contained in:
hyatt%netscape.com 2000-08-03 21:40:39 +00:00
parent 22af3b9709
commit aacb440f4b
3 changed files with 3 additions and 3 deletions

View File

@ -544,7 +544,7 @@ DocumentViewerImpl::Init(nsIWidget* aParentWidget,
getter_AddRefs(mPresShell));
NS_RELEASE(styleSet);
if (NS_FAILED(rv)) return rv;
//mPresShell->BeginObservingDocument();
mPresShell->BeginObservingDocument();
// Initialize our view manager
nsRect bounds;

View File

@ -544,7 +544,7 @@ DocumentViewerImpl::Init(nsIWidget* aParentWidget,
getter_AddRefs(mPresShell));
NS_RELEASE(styleSet);
if (NS_FAILED(rv)) return rv;
//mPresShell->BeginObservingDocument();
mPresShell->BeginObservingDocument();
// Initialize our view manager
nsRect bounds;

View File

@ -544,7 +544,7 @@ DocumentViewerImpl::Init(nsIWidget* aParentWidget,
getter_AddRefs(mPresShell));
NS_RELEASE(styleSet);
if (NS_FAILED(rv)) return rv;
//mPresShell->BeginObservingDocument();
mPresShell->BeginObservingDocument();
// Initialize our view manager
nsRect bounds;