Bug 329848 - reenable write bad content warnings to console. r+sr=tor

This commit is contained in:
longsonr%gmail.com 2006-08-01 09:40:57 +00:00
Родитель 324588705b
Коммит c6d14097b8
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -231,11 +231,9 @@ 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));