Bug 820629 - animateTransform should not animate non-transform-type attributes (follow-up to correct type) r=dholbert

This commit is contained in:
Robert Longson 2012-12-14 17:16:43 +00:00
parent ace29d5678
commit 4616ea75b7

View File

@ -43,7 +43,7 @@ public:
// nsISMILAnimationElement
virtual nsSMILAnimationFunction& AnimationFunction();
virtual bool GetTargetAttributeName(PRInt32 *aNamespaceID,
virtual bool GetTargetAttributeName(int32_t *aNamespaceID,
nsIAtom **aLocalName) const;
virtual nsXPCClassInfo* GetClassInfo();
@ -119,7 +119,7 @@ nsSVGAnimateTransformElement::AnimationFunction()
}
bool
nsSVGAnimateTransformElement::GetTargetAttributeName(PRInt32 *aNamespaceID,
nsSVGAnimateTransformElement::GetTargetAttributeName(int32_t *aNamespaceID,
nsIAtom **aLocalName) const
{
if (nsSVGAnimateTransformElementBase::GetTargetAttributeName(aNamespaceID,