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

Unified Diff: Source/core/timing/PerformanceNavigation.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/PerformanceNavigation.h ('k') | Source/core/timing/PerformanceResourceTiming.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceNavigation.cpp
diff --git a/Source/core/timing/PerformanceNavigation.cpp b/Source/core/timing/PerformanceNavigation.cpp
index e50ef4261393f5ee979764e2578ff5e311a9d805..20a8c4d5c0464675333e17c6f5b3e96bdd38e0a0 100644
--- a/Source/core/timing/PerformanceNavigation.cpp
+++ b/Source/core/timing/PerformanceNavigation.cpp
@@ -77,7 +77,7 @@ unsigned short PerformanceNavigation::redirectCount() const
return timing.redirectCount();
}
-void PerformanceNavigation::trace(Visitor* visitor)
+DEFINE_TRACE(PerformanceNavigation)
{
DOMWindowProperty::trace(visitor);
}
« no previous file with comments | « Source/core/timing/PerformanceNavigation.h ('k') | Source/core/timing/PerformanceResourceTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698