From cd296596bb12be14afffb037ed6ce9e467fba4bb Mon Sep 17 00:00:00 2001 From: "attinasi%netscape.com" Date: Thu, 19 Apr 2001 19:38:27 +0000 Subject: [PATCH] Backing out Peter's changes since it cause the SunOS compiler to go off the deep end. Not apparent why the change should matter, actually, so this is just paranoias. git-svn-id: svn://10.0.0.236/trunk@92747 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsDocShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index 48aadc676c9..e76334fb78c 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -3045,7 +3045,7 @@ NS_IMETHODIMP nsDocShell::SetupNewViewer(nsIContentViewer* aNewViewer) #endif // IBMBIDI // XXX: It looks like the LayoutState gets restored again in Embed() // right after the call to SetupNewViewer(...) - SetTitle(nsnull); // clear window title + mContentViewer->Show(); // Now that we have switched documents, forget all of our children