| Index: Source/core/svg/animation/SMILTimeContainer.cpp
|
| diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp
|
| index c6c19dfd97b05329bed769e523e0e20d3eb62b32..9ca8626fc78cb5b86ec6037904b9f2c528ea0e1d 100644
|
| --- a/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -159,7 +159,7 @@ bool SMILTimeContainer::isStarted() const
|
|
|
| void SMILTimeContainer::begin()
|
| {
|
| - ASSERT(!m_beginTime);
|
| + RELEASE_ASSERT(!m_beginTime);
|
| double now = currentTime();
|
|
|
| // If 'm_presetStartTime' is set, the timeline was modified via setElapsed() before the document began.
|
|
|