зеркало из https://github.com/mozilla/gecko-dev.git
More ^M bustage
This commit is contained in:
Родитель
e52b604682
Коммит
e951282fd6
|
@ -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<nsIPluginViewer> pv(do_QueryInterface(*aViewer));
|
||||
if (pv)
|
||||
SetTitle(nsnull); // clear title bar for full-page plugins
|
||||
|
||||
nsCOMPtr<nsIPluginViewer> pv(do_QueryInterface(*aViewer));
|
||||
if (pv)
|
||||
SetTitle(nsnull); // clear title bar for full-page plugin
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче