| Index: Source/core/svg/SVGAnimatedAngle.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedAngle.cpp b/Source/core/svg/SVGAnimatedAngle.cpp
|
| index 0e881c8815b5b702bf81e85314e16601d12f2147..ec56a1bdd190ffb94b6833702d5d27fcbd52a253 100644
|
| --- a/Source/core/svg/SVGAnimatedAngle.cpp
|
| +++ b/Source/core/svg/SVGAnimatedAngle.cpp
|
| @@ -49,8 +49,6 @@ SVGAnimatedAngle::~SVGAnimatedAngle()
|
|
|
| void SVGAnimatedAngle::synchronizeAttribute()
|
| {
|
| - ASSERT(needsSynchronizeAttribute());
|
| -
|
| AtomicString value;
|
| if (m_orientType->currentValue()->enumValue() == SVGMarkerOrientAuto)
|
| value = "auto";
|
|
|