Back out fix for bug 251025 to fix bustage.

This commit is contained in:
peterv@propagandism.org
2005-09-11 15:42:31 +00:00
parent aca21658de
commit 18e9fa0ca1
29 changed files with 398 additions and 533 deletions

View File

@@ -2064,7 +2064,7 @@ nsCSSFrameConstructor::CreateGeneratedFrameFor(nsIFrame* aParentFram
nsresult rv = NS_ERROR_FAILURE;
if (attrName) {
nsIFrame* textFrame = nsnull;
rv = NS_NewAttributeContent(mDocument, attrNameSpace, attrName,
rv = NS_NewAttributeContent(attrNameSpace, attrName,
getter_AddRefs(content));
NS_ENSURE_SUCCESS(rv, rv);