| Index: Source/core/svg/SVGAnimatedInteger.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedInteger.cpp b/Source/core/svg/SVGAnimatedInteger.cpp
|
| index b5f9d34a93ebc2d7a14f7c77fa46fca2ff9224f5..991ef7569a69995a0a4adf132d48ecb78220ae66 100644
|
| --- a/Source/core/svg/SVGAnimatedInteger.cpp
|
| +++ b/Source/core/svg/SVGAnimatedInteger.cpp
|
| @@ -37,7 +37,6 @@ namespace WebCore {
|
|
|
| void SVGAnimatedInteger::synchronizeAttribute()
|
| {
|
| - ASSERT(needsSynchronizeAttribute());
|
| if (m_parentIntegerOptionalInteger) {
|
| m_parentIntegerOptionalInteger->synchronizeAttribute();
|
| return;
|
|
|