Fix smoketest blocker. bug 82141. r=saari, sr=hyatt

git-svn-id: svn://10.0.0.236/trunk@95887 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hwaara%chello.se
2001-05-25 00:53:47 +00:00
parent d48fac6aa0
commit 206777a279

View File

@@ -3925,9 +3925,11 @@ nsDocShell::SetupNewViewer(nsIContentViewer * aNewViewer)
// See the book I wrote above regarding why the focus controller is
// being used here. -- hyatt
if (focusController)
if (focusController) {
focusController->SetFocusedElement(nsnull);
focusController->SetSuppressFocus(PR_FALSE,
"Win32-Only Link Traversal Issue");
}
mContentViewer = aNewViewer;