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

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: Updated 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
« no previous file with comments | « Source/core/rendering/RenderText.cpp ('k') | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>*)
« no previous file with comments | « Source/core/rendering/RenderText.cpp ('k') | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698