mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug 28670: Remove unneeded scroll param to webshell::Init r=travis a=rickg
This commit is contained in:
parent
28d4e5e0ee
commit
1a92e41ff8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user