Disable notifications during construction of file container
git-svn-id: svn://10.0.0.236/trunk@3061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e6ac50ef0f
commit
5abd6d1e3b
@ -298,12 +298,12 @@ NS_NewHTMLInputFile(nsIHTMLContent** aInstancePtrResult,
|
||||
if (NS_OK != status) {
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
inputFile->AppendChild(child);
|
||||
inputFile->AppendChild(child, PR_FALSE);
|
||||
status = NS_NewHTMLInputBrowse(&child, aTag, aManager);
|
||||
if (NS_OK != status) {
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
inputFile->AppendChild(child);
|
||||
inputFile->AppendChild(child, PR_FALSE);
|
||||
|
||||
return inputFile->QueryInterface(kIHTMLContentIID, (void**) aInstancePtrResult);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user