| Index: Source/core/svg/SVGElement.cpp
 | 
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
 | 
| index 96e73bd1ca8882b7c9d7d6b69d196b75a8ea4e91..ca015d3ee51e2cd407a6d61be7d794ee9b1140b7 100644
 | 
| --- a/Source/core/svg/SVGElement.cpp
 | 
| +++ b/Source/core/svg/SVGElement.cpp
 | 
| @@ -889,7 +889,7 @@ void SVGElement::sendSVGLoadEventIfPossible(bool sendParentLoadEvents)
 | 
|  
 | 
|  void SVGElement::sendSVGLoadEventIfPossibleAsynchronously()
 | 
|  {
 | 
| -    svgLoadEventTimer()->startOneShot(0);
 | 
| +    svgLoadEventTimer()->startOneShot(0, FROM_HERE);
 | 
|  }
 | 
|  
 | 
|  void SVGElement::svgLoadEventTimerFired(Timer<SVGElement>*)
 | 
| 
 |