mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 470571, r=longsonr, sr=roc
This commit is contained in:
parent
4bb69ed3fb
commit
04dfa0f508
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user