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

Unified Diff: Source/core/frame/DOMTimer.cpp

Issue 952813002: InlinedVisitor: Migrate frame to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/frame/DOMTimer.cpp
diff --git a/Source/core/frame/DOMTimer.cpp b/Source/core/frame/DOMTimer.cpp
index c41a32e8f4581afded032ae4954ca0af1b98722e..d641796f6e9ec0a60ada32cfc11203aa15e5a17d 100644
--- a/Source/core/frame/DOMTimer.cpp
+++ b/Source/core/frame/DOMTimer.cpp
@@ -200,7 +200,7 @@ double DOMTimer::alignedFireTime(double fireTime) const
return fireTime;
}
-void DOMTimer::trace(Visitor* visitor)
+DEFINE_TRACE(DOMTimer)
{
visitor->trace(m_action);
SuspendableTimer::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698