| Index: Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageChromeClient.cpp b/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| index 5c197ba7fcf80d6b68facd3ac5cd9a9aaf87c28e..5b1120691c7244900a9c39722420227c844593a9 100644
|
| --- a/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| @@ -67,7 +67,7 @@ void SVGImageChromeClient::scheduleAnimation()
|
| // approach.
|
| if (m_animationTimer.isActive())
|
| return;
|
| - m_animationTimer.startOneShot(0);
|
| + m_animationTimer.startOneShot(0, FROM_HERE);
|
| }
|
|
|
| void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*)
|
|
|