Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Unified Diff: Source/core/svg/SVGElement.cpp

Issue 189833009: Trace where timers were scheduled in Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>*)

Powered by Google App Engine
This is Rietveld 408576698