mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 6b23d13ab112 -- the tree is currently open only to b7 blockers. a=jst
This commit is contained in:
parent
11363960c3
commit
f53341c26c
@ -273,7 +273,7 @@ DOMSVGLength::NewValueSpecifiedUnits(PRUint16 aUnit, float aValue)
|
||||
return NS_ERROR_DOM_NOT_SUPPORTED_ERR;
|
||||
}
|
||||
if (HasOwner()) {
|
||||
InternalItem().SetValueAndUnit(aValue, PRUint8(aUnit));
|
||||
InternalItem().SetValueAndUnit(aValue, aUnit);
|
||||
Element()->DidChangeLengthList(mAttrEnum, PR_TRUE);
|
||||
#ifdef MOZ_SMIL
|
||||
if (mList->mAList->IsAnimating()) {
|
||||
|
Loading…
Reference in New Issue
Block a user