From ef269b89496e7f737e1f2e2d5fc1eb6e03b6ad02 Mon Sep 17 00:00:00 2001 From: kipp Date: Wed, 3 Jun 1998 16:01:25 +0000 Subject: [PATCH] Updated to new api git-svn-id: svn://10.0.0.236/trunk@3066 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/tests/TestAttributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/html/tests/TestAttributes.cpp b/mozilla/layout/html/tests/TestAttributes.cpp index 3844663c7cd..304aedb7ded 100644 --- a/mozilla/layout/html/tests/TestAttributes.cpp +++ b/mozilla/layout/html/tests/TestAttributes.cpp @@ -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."); }