From 0d7d66dd02daee7aa130a6bb2f9393cc3f69cb75 Mon Sep 17 00:00:00 2001 From: "longsonr%gmail.com" Date: Thu, 27 Jul 2006 12:55:40 +0000 Subject: [PATCH] Temporary Bustage fix git-svn-id: svn://10.0.0.236/trunk@203814 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/svg/content/src/nsSVGElement.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/content/svg/content/src/nsSVGElement.cpp b/mozilla/content/svg/content/src/nsSVGElement.cpp index 9d5b6b1ce0b..ee2859de5ae 100644 --- a/mozilla/content/svg/content/src/nsSVGElement.cpp +++ b/mozilla/content/svg/content/src/nsSVGElement.cpp @@ -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 proxy; nsresult rv = NS_CreateSVGStringProxyValue(svg_value, getter_AddRefs(proxy));