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