| Index: third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| index ed55618e36d5e8d36281168d9566d6a106ed690e..9efefd69f69555f81fe20d2724703e48d199d647 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| @@ -70,9 +70,10 @@ SVGPropertyBase* SVGAnimatedTypeAnimator::createPropertyForAttributeAnimation(
|
| const String& value) const {
|
| // SVG DOM animVal animation code-path.
|
| if (m_type == AnimatedTransformList) {
|
| - // TransformList must be animated via <animateTransform>,
|
| - // and its {from,by,to} attribute values needs to be parsed w.r.t. its "type" attribute.
|
| - // Spec: http://www.w3.org/TR/SVG/single-page.html#animate-AnimateTransformElement
|
| + // TransformList must be animated via <animateTransform>, and its
|
| + // {from,by,to} attribute values needs to be parsed w.r.t. its "type"
|
| + // attribute. Spec:
|
| + // http://www.w3.org/TR/SVG/single-page.html#animate-AnimateTransformElement
|
| DCHECK(m_animationElement);
|
| SVGTransformType transformType =
|
| toSVGAnimateTransformElement(m_animationElement)->transformType();
|
|
|