зеркало из https://github.com/mozilla/pjs.git
Bug 329848 - reenable write bad content warnings to console. r+sr=tor
This commit is contained in:
Родитель
324588705b
Коммит
c6d14097b8
|
@ -231,11 +231,9 @@ nsSVGElement::ParseAttribute(PRInt32 aNamespaceID,
|
||||||
aAttribute->ToString(attributeName);
|
aAttribute->ToString(attributeName);
|
||||||
const nsAFlatString& attributeValue = PromiseFlatString(aValue);
|
const nsAFlatString& attributeValue = PromiseFlatString(aValue);
|
||||||
const PRUnichar *strings[] = { attributeName.get(), attributeValue.get() };
|
const PRUnichar *strings[] = { attributeName.get(), attributeValue.get() };
|
||||||
#if 0
|
|
||||||
nsSVGUtils::ReportToConsole(GetOwnerDoc(),
|
nsSVGUtils::ReportToConsole(GetOwnerDoc(),
|
||||||
"AttributeParseWarning",
|
"AttributeParseWarning",
|
||||||
strings, NS_ARRAY_LENGTH(strings));
|
strings, NS_ARRAY_LENGTH(strings));
|
||||||
#endif
|
|
||||||
nsCOMPtr<nsISVGValue> proxy;
|
nsCOMPtr<nsISVGValue> proxy;
|
||||||
nsresult rv =
|
nsresult rv =
|
||||||
NS_CreateSVGStringProxyValue(svg_value, getter_AddRefs(proxy));
|
NS_CreateSVGStringProxyValue(svg_value, getter_AddRefs(proxy));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче