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
Родитель 472fe7cc92
Коммит 696a768b62
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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;

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

@ -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;

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

@ -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;