| Index: Source/core/svg/graphics/SVGImageChromeClient.cpp
 | 
| diff --git a/Source/core/svg/graphics/SVGImageChromeClient.cpp b/Source/core/svg/graphics/SVGImageChromeClient.cpp
 | 
| index ecbe952bb0b06272c6d75f7083711d1a385f9fab..54045c01b50d843410fdb627d97b577ef4303b7b 100644
 | 
| --- a/Source/core/svg/graphics/SVGImageChromeClient.cpp
 | 
| +++ b/Source/core/svg/graphics/SVGImageChromeClient.cpp
 | 
| @@ -75,7 +75,7 @@ void SVGImageChromeClient::scheduleAnimation()
 | 
|      // animations. Checking for pending/active animations could be more
 | 
|      // stringent.
 | 
|      double fireTime = m_image->hasAnimations() ? animationFrameDelay : 0;
 | 
| -    m_animationTimer.startOneShot(fireTime);
 | 
| +    m_animationTimer.startOneShot(fireTime, FROM_HERE);
 | 
|  }
 | 
|  
 | 
|  void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*)
 | 
| 
 |