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

Unified Diff: Source/core/timing/PerformanceUserTiming.cpp

Issue 940843003: InlinedVisitor: Migrate timing 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
« no previous file with comments | « Source/core/timing/PerformanceUserTiming.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceUserTiming.cpp
diff --git a/Source/core/timing/PerformanceUserTiming.cpp b/Source/core/timing/PerformanceUserTiming.cpp
index 92ee700ee96bb7ef20b7e2b65b0a510d35b640dd..0bdc0ed6835efb01a3fc6514730c532e3120e48c 100644
--- a/Source/core/timing/PerformanceUserTiming.cpp
+++ b/Source/core/timing/PerformanceUserTiming.cpp
@@ -208,7 +208,7 @@ PerformanceEntryVector UserTiming::getMeasures(const String& name) const
return getEntrySequenceByName(m_measuresMap, name);
}
-void UserTiming::trace(Visitor* visitor)
+DEFINE_TRACE(UserTiming)
{
#if ENABLE(OILPAN)
visitor->trace(m_performance);
« no previous file with comments | « Source/core/timing/PerformanceUserTiming.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698