Backing out bug 614724 due to potentially causing bug 615736. a=backout

This commit is contained in:
Dave Townsend 2010-12-01 10:55:24 -08:00
Родитель f37456c704
Коммит b765f459b7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4371,7 +4371,7 @@ nsDocument::CreateElementNS(const nsAString& aNamespaceURI,
NS_ENSURE_SUCCESS(rv, rv);
PRInt32 ns = nodeInfo->NamespaceID();
return NS_NewElement(aReturn, ns,
return NS_NewElement(aReturn, nodeInfo->NamespaceID(),
nodeInfo.forget(), NOT_FROM_PARSER);
}