mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
I'm told backing this out resolves smoketest issues, so here it comes. r=attinasi
This commit is contained in:
parent
22af3b9709
commit
aacb440f4b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user