| Index: Source/core/svg/animation/SMILTimeContainer.cpp
|
| diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp
|
| index 174c99f5449a04564c0a22bd16821510f8fd540a..084932795951fe3510fb7e02532f6d4eb98056b5 100644
|
| --- a/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -93,7 +93,7 @@ void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target
|
| AnimationsVector* scheduled = m_scheduledAnimations.get(key);
|
| ASSERT(scheduled);
|
| size_t idx = scheduled->find(animation);
|
| - ASSERT(idx != notFound);
|
| + ASSERT(idx != kNotFound);
|
| scheduled->remove(idx);
|
| }
|
|
|
|
|