From 2d4101576ba64e603d0dcb4475ab161cf83d06b1 Mon Sep 17 00:00:00 2001 From: "peterlubczynski%netscape.com" Date: Thu, 21 Jun 2001 02:07:25 +0000 Subject: [PATCH] More ^M bustage git-svn-id: svn://10.0.0.236/trunk@97652 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsDocShell.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index 9a6f7efb089..34b715b03bc 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -52,7 +52,7 @@ #include "nsISecurityEventSink.h" #include "nsScriptSecurityManager.h" #include "nsDocumentCharsetInfoCID.h" -#include "nsICanvasFrame.h" +#include "nsICanvasFrame.h" #include "nsIPluginViewer.h" // Local Includes @@ -3813,12 +3813,12 @@ nsDocShell::NewContentViewerObj(const char *aContentType, aContentHandler, aViewer), NS_ERROR_FAILURE); - + (*aViewer)->SetContainer(NS_STATIC_CAST(nsIContentViewerContainer *, this)); - - nsCOMPtr pv(do_QueryInterface(*aViewer)); - if (pv) - SetTitle(nsnull); // clear title bar for full-page plugins + + nsCOMPtr pv(do_QueryInterface(*aViewer)); + if (pv) + SetTitle(nsnull); // clear title bar for full-page plugin return NS_OK; }