| Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| index ca9f7001d71be45cb7a58337920d7a2fcaa12898..cc6c5be09c385bb94e2011e809e686aab167d090 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -162,7 +162,7 @@ bool SMILTimeContainer::isTimelineRunning() const {
|
| }
|
|
|
| void SMILTimeContainer::start() {
|
| - RELEASE_ASSERT(!isStarted());
|
| + CHECK(!isStarted());
|
|
|
| if (!document().isActive())
|
| return;
|
|
|