adding call to new api for initing selection

git-svn-id: svn://10.0.0.236/trunk@67847 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-05-02 03:45:01 +00:00
parent 8d3cfc61b9
commit 849dca7792
2 changed files with 2 additions and 2 deletions

View File

@@ -1098,7 +1098,7 @@ PresShell::Init(nsIDocument* aDocument,
return result;
}
result = mSelection->Init((nsIFocusTracker *) this);
result = mSelection->Init((nsIFocusTracker *) this, nsnull);
if (!NS_SUCCEEDED(result))
return result;
// Important: this has to happen after the selection has been set up

View File

@@ -1098,7 +1098,7 @@ PresShell::Init(nsIDocument* aDocument,
return result;
}
result = mSelection->Init((nsIFocusTracker *) this);
result = mSelection->Init((nsIFocusTracker *) this, nsnull);
if (!NS_SUCCEEDED(result))
return result;
// Important: this has to happen after the selection has been set up