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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user