Bug 28670: Remove unneeded scroll param to webshell::Init r=travis a=rickg

This commit is contained in:
pollmann%netscape.com 2000-02-29 06:50:27 +00:00
parent 28d4e5e0ee
commit 1a92e41ff8

View File

@ -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);