Backed out changeset 6b23d13ab112 -- the tree is currently open only to b7 blockers. a=jst

This commit is contained in:
Justin Lebar 2010-10-26 17:54:59 -07:00
parent 11363960c3
commit f53341c26c

View File

@ -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()) {