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

Unified Diff: Source/core/svg/graphics/SVGImageChromeClient.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/graphics/SVGImageChromeClient.cpp
diff --git a/Source/core/svg/graphics/SVGImageChromeClient.cpp b/Source/core/svg/graphics/SVGImageChromeClient.cpp
index 5c197ba7fcf80d6b68facd3ac5cd9a9aaf87c28e..5b1120691c7244900a9c39722420227c844593a9 100644
--- a/Source/core/svg/graphics/SVGImageChromeClient.cpp
+++ b/Source/core/svg/graphics/SVGImageChromeClient.cpp
@@ -67,7 +67,7 @@ void SVGImageChromeClient::scheduleAnimation()
// approach.
if (m_animationTimer.isActive())
return;
- m_animationTimer.startOneShot(0);
+ m_animationTimer.startOneShot(0, FROM_HERE);
}
void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*)

Powered by Google App Engine
This is Rietveld 408576698