fix for making skins script-safe. r=scc
git-svn-id: svn://10.0.0.236/trunk@70503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2165,7 +2165,7 @@ nsComboboxControlFrame::CreateAnonymousContent(nsIPresContext* aPresContext,
|
||||
nsCOMPtr<nsIDocument> doc;
|
||||
mContent->GetDocument(*getter_AddRefs(doc));
|
||||
/*
|
||||
labelContent->SetDocument(doc, PR_FALSE);
|
||||
labelContent->SetDocument(doc, PR_FALSE, PR_TRUE);
|
||||
mContent->AppendChildTo(labelContent, PR_FALSE);
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user