| Index: third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.cpp
|
| index ca9ab5db0fccf17821157f6925d98cfa6f931d27..ce35853763c7587b9247f37146383a7766626b4f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.cpp
|
| @@ -52,13 +52,7 @@ void SVGAnimatedEnumerationBase::setBaseVal(unsigned short value,
|
| return;
|
| }
|
|
|
| - baseValue()->setValue(value);
|
| -
|
| - m_baseValueUpdated = true;
|
| -
|
| - ASSERT(this->attributeName() != QualifiedName::null());
|
| - contextElement()->invalidateSVGAttributes();
|
| - contextElement()->svgAttributeBaseValChanged(this->attributeName());
|
| + SVGAnimatedProperty<SVGEnumerationBase>::setBaseVal(value, exceptionState);
|
| }
|
|
|
| } // namespace blink
|
|
|