| Index: Source/core/svg/animation/SMILTimeContainer.cpp
|
| diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp
|
| index 4edfff19f3ba49934eb5052085b4291bd4e65f58..598d6f6af80e153a288f4fdc2cc29e3f8508b1e7 100644
|
| --- a/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -248,7 +248,7 @@ void SMILTimeContainer::cancelAnimationFrame()
|
| void SMILTimeContainer::scheduleWakeUp(double delayTime, FrameSchedulingState frameSchedulingState)
|
| {
|
| ASSERT(frameSchedulingState != Idle);
|
| - m_wakeupTimer.startOneShot(delayTime);
|
| + m_wakeupTimer.startOneShot(delayTime, FROM_HERE);
|
| m_frameSchedulingState = frameSchedulingState;
|
| }
|
|
|
|
|