Fixed build bustage...

git-svn-id: svn://10.0.0.236/trunk@13288 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1998-10-21 23:33:52 +00:00
parent f73b4a295c
commit 46c68e910e
2 changed files with 2 additions and 2 deletions

View File

@@ -555,6 +555,7 @@ nsWebShell::Init(nsNativeWidget aNativeParent,
//be associated with the nsIContentViewerContainer interfaces,
//not the nsIWebShell interfaces. this is a hack. MMP
nsRect aBounds(x,y,w,h);
nsWidgetInitData widgetInit;
CreatePluginHost(aAllowPlugins);
@@ -617,7 +618,6 @@ nsWebShell::Init(nsNativeWidget aNativeParent,
goto done;
}
nsWidgetInitData widgetInit;
widgetInit.clipChildren = PR_FALSE;
mWindow->Create(aNativeParent, aBounds, nsWebShell::HandleEvent,
mDeviceContext, nsnull, nsnull, &widgetInit);