зеркало из https://github.com/mozilla/pjs.git
I'm told backing this out resolves smoketest issues, so here it comes. r=attinasi
This commit is contained in:
Родитель
472fe7cc92
Коммит
696a768b62
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче