Updated to new api
git-svn-id: svn://10.0.0.236/trunk@3066 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -257,7 +257,7 @@ int main(int argc, char** argv)
|
||||
NS_ASSERTION(container->CanContainChildren(),"");
|
||||
container->SetDocument(myDoc);
|
||||
|
||||
container->AppendChild(text);
|
||||
container->AppendChild(text, PR_FALSE);
|
||||
if (container->ChildCount() != 1) {
|
||||
printf("Container has wrong number of children.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user