Temporary Bustage fix

git-svn-id: svn://10.0.0.236/trunk@203814 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
longsonr%gmail.com 2006-07-27 12:55:40 +00:00
parent 75b508e574
commit 0d7d66dd02

View File

@ -223,9 +223,11 @@ nsSVGElement::ParseAttribute(PRInt32 aNamespaceID,
aAttribute->ToString(attributeName);
const nsAFlatString& attributeValue = PromiseFlatString(aValue);
const PRUnichar *strings[] = { attributeName.get(), attributeValue.get() };
#if 0
nsSVGUtils::ReportToConsole(GetOwnerDoc(),
"AttributeParseWarning",
strings, NS_ARRAY_LENGTH(strings));
#endif
nsCOMPtr<nsISVGValue> proxy;
nsresult rv =
NS_CreateSVGStringProxyValue(svg_value, getter_AddRefs(proxy));