DescriptionSVG: remove |SVGAnimateElement::m_animatedPropertyType|
Before this patch, |SVGAnimateElement::m_animatedPropertyType|
was maintained along |SVGAnimatedTypeAnimator::m_type|,
and there were many ASSERTs checking that they were same.
In this patch, I removed
|SVGAnimateElement::m_animatedPropertyType| and changed
their references to point to
|SVGAnimatedTypeAnimator::m_type| instead.
BUG=378670
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175245
Patch Set 1 #Patch Set 2 : #Patch Set 3 : fix wrong if #
Total comments: 2
Patch Set 4 : add ASSERTS (reupl) #Patch Set 5 : disable AnimatedTransformList unless <animatedTransform> #Patch Set 6 : s/<animatedTransform>/<animateTransform> #
Messages
Total messages: 17 (0 generated)
|