From 57b64b6c81fdcda01fd0baec4d0fe790d436b84f Mon Sep 17 00:00:00 2001 From: "pollmann%netscape.com" Date: Tue, 29 Feb 2000 06:50:27 +0000 Subject: [PATCH] Bug 28670: Remove unneeded scroll param to webshell::Init r=travis a=rickg git-svn-id: svn://10.0.0.236/trunk@61844 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsWebShellWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp index a6e9d064fee..881ac544529 100644 --- a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp @@ -331,7 +331,6 @@ nsresult nsWebShellWindow::Initialize(nsIXULWindow* aParent, r.x = r.y = 0; rv = mWebShell->Init(mWindow->GetNativeData(NS_NATIVE_WIDGET), r.x, r.y, r.width, r.height, - nsScrollPreference_kNeverScroll, PR_TRUE, // Allow Plugins PR_TRUE); mWebShell->SetContainer(this);