Bug 470571, r=longsonr, sr=roc

This commit is contained in:
Olli Pettay 2008-12-27 21:20:44 +02:00
parent 4bb69ed3fb
commit 04dfa0f508

View File

@ -594,7 +594,9 @@ nsSVGElement::UnsetAttr(PRInt32 aNamespaceID, nsIAtom* aName,
nsCOMPtr<nsISVGValue> svg_value = GetMappedAttribute(aNamespaceID, aName);
if (svg_value) {
mSuppressNotification = PR_TRUE;
ResetOldStyleBaseType(svg_value);
mSuppressNotification = PR_FALSE;
}
}