Use win32 window class name corresponding to UI/content/general/hidden. r=ere, sr=roc

git-svn-id: svn://10.0.0.236/trunk@155914 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronleventhal%moonset.net
2004-05-04 12:39:42 +00:00
parent c3ab69f1a2
commit 3c5578a239
7 changed files with 52 additions and 54 deletions

View File

@@ -730,9 +730,7 @@ nsSubDocumentFrame::CreateViewAndWidget()
initData.clipChildren = PR_TRUE;
initData.clipSiblings = PR_TRUE;
return innerView->CreateWidget(kCChildCID, nsnull, nsnull, PR_TRUE, PR_TRUE,
GetContent()->IsContentOfType(nsIContent::eXUL)
? eContentTypeUI : eContentTypeContent);
return innerView->CreateWidget(kCChildCID, nsnull, nsnull, PR_TRUE, PR_TRUE);
}
// load a new url